Question of the day
Question of the day
Why RTTI allows to access private members of an objet and not the public (not published) properties ?!
Thanks :D
Why RTTI allows to access private members of an objet and not the public (not published) properties ?!
Thanks :D
Because someone modified the code via $RTTI directive? By default RTTI has access to all fields and public and published methods and properties.
ReplyDeleteThat would be odd, were it true.
ReplyDeleteI didn't notice $RTTI...i'll check my code, thanks Stefan
ReplyDeletemy purpose is to use RTTI to register components properties in PascalScript https://github.com/remobjects/pascalscript