I am familiar with using Delphi RTTI to access โsimpleโ properties (ints / enums / strings, etc.), but I cannot figure out how to work with Array properties.
I'm starting to look for array equivalents for GetPropValue / SetPropValue calls. I expect to see similar ones, but I take the additional parameter "index", but I can not find anything in the typinfo help system.
rtti delphi c ++ builder
Roddy
source share