Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TClassData

Class RTTI info record.

Declaration

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;

Description

TClassData describes the memory layout of RTTI data generated for a class.

See also

TInterfaceRawData

  

COM Interface RTTI descriptor.

TInterfaceData

  

COM Interface RTTI descriptor.


Documentation generated on: Feb 02 2025