| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: typinfo.pp line 497
type TClassData = packed record  | 
public  | 
ClassType: TClass;  | 
Parent: PPTypeInfo;  | 
PropCount: SmallInt;  | 
property UnitName: ShortString; [r]  | 
property PropertyTable: PPropData; [r]  | 
  | 
end;  |