API:System.TypInfo.TIntfMethodTable

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !