API:System.TypInfo.TIntfMethodTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TIntfMethodTable = packed record
    Count: Word; // methods in this interface
    RttiCount: Word; // =Count, or $FFFF if no further data
   {Entry: array[1..Count] of TIntfMethodEntry;
    AttrData: TAttrData;}
  end;

C++

struct DECLSPEC_DRECORD TIntfMethodTable
{
public:
    System::Word Count;
    System::Word RttiCount;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!