API:System.TypInfo.TVmtFieldTable
Delphi
TVmtFieldTable = packed record
Count: Word; // Published fields
ClassTab: PVmtFieldClassTab;
{Entry: array[1..Count] of TVmtFieldEntry;
ExCount: Word;
ExEntry: array[1..ExCount] of TVmtFieldExEntry;}
end;
C++
struct DECLSPEC_DRECORD TVmtFieldTable
{
public:
System::Word Count;
TVmtFieldClassTab *ClassTab;
};
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!