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

TInterfaceRawData

Declaration

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;


Documentation generated on: Jun 15 2021