Board index » delphi » How to extract a class property using RTTI ?
Peter van Lonkhuyzen
![]() Delphi Developer |
Tue, 29 Dec 1998 03:00:00 GMT
How to extract a class property using RTTI ?I have written a class that can update itself onto a form. I now have a situation where one of the child classes contains another The problem is that TypInfo.pas only has the following property function GetOrdProp(Instance: TObject; PropInfo: PPropInfo): Longint; How Do I retrieve the class Instance of a property of tkClass Kind? Thanks in advance. PS Sorry if I have problems describing what I want to do. Although I |