Show: Delphi C++
Display Preferences

System.TypInfo.TVmtFieldClassTab

From XE2 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
struct
class
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

TVmtFieldClassTab is used internally to store instance field RTTI information.

TVmtFieldClassTab structures are automatically inserted by the Delphi compiler for all fields that are marked to emit extended RTTI.

Do not use TVmtFieldClassTab directly; instead, use the TRttiField class to gain access to field information associated with a Delphi type.

See Also

Personal tools
Previous Versions
Translations