API:System.TypInfo.TVmtFieldClassTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TVmtFieldClassTab = packed record
    Count: Word;
    ClassRef: array[Word] of ^TClass;
  end;

C++

struct DECLSPEC_DRECORD TVmtFieldClassTab
{
public:
    System::Word Count;
    System::StaticArray<System::TClass*, 65536> ClassRef;
};

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.