API:System.TypInfo.TVmtMethodTable
Delphi
TVmtMethodTable = packed record
Count: Word;
{Entry: array[1..Count] of TVmtMethodEntry;}
{ExCount: Word;}
{ExEntry: array[1..ExCount] of TVmtMethodExEntry;}
{VirtCount: Word;}
end;
C++
struct DECLSPEC_DRECORD TVmtMethodTable
{
public:
System::Word Count;
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | System.TypInfo.pas System.TypInfo.hpp |
System.TypInfo | System.TypInfo |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.