Class RTTI info record.
Source position: typinfo.pp line 497
type TClassData = packed record |
||
public |
||
ClassType: TClass; |
|
Class type pointer. |
Parent: PPTypeInfo; |
|
Parent class RTTI. |
PropCount: SmallInt; |
|
Number of properties. |
property UnitName: ShortString; [r] |
|
Name of unit in which class is implemente. |
property PropertyTable: PPropData; [r] |
|
Property info for this class. |
|
||
end; |
TClassData describes the memory layout of RTTI data generated for a class.
|
COM Interface RTTI descriptor. |
|
|
COM Interface RTTI descriptor. |