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

TInterfaceData

COM Interface RTTI descriptor

Declaration

Source position: typinfo.pp line 449

type TInterfaceData = packed record

public

  Parent: PPTypeInfo;

  

Parent interface

  Flags: TIntfFlagsBase;

  

Set of interface flags.

  GUID: TGuid;

  

GUID of this interface

  property UnitName: ShortString; [r]

  

Unit name

  property PropertyTable: PPropData; [r]

  

Property info for this interface

  property MethodTable: PIntfMethodTable; [r]

  

Method info for this interface

end;

Description

TInterfaceData describes the memory layout of RTTI data generated for a COM interface. CORBA interfaces are described by TInterfaceRawData.

See also

TInterfaceRawData

  

COM Interface RTTI descriptor


Documentation generated on: Feb 20 2022