Source position: typinfo.pp line 533
type TInterfaceRawData = packed record |
public |
property UnitName: ShortString; [r] |
property IIDStr: ShortString; [r] |
property PropertyTable: PPropData; [r] |
property MethodTable: PIntfMethodTable; [r] |
AttributeTable: PAttributeTable; |
|
case TTypeKind of |
tkInterface: ( |
Parent: PPTypeInfo; |
Flags: TIntfFlagsBase; |
IID: TGuid; |
UnitNameField: ShortString; |
); |
tkInt64: ( |
dummy: Int64; |
); |
tkFloat: ( |
FloatType: TFloatType; |
); |
end; |