System.TypInfo.PVmtFieldClassTab

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PVmtFieldClassTab = ^TVmtFieldClassTab;

C++

typedef TVmtFieldClassTab *PVmtFieldClassTab;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

PVmtFieldClassTab is used internally to store instance field RTTI information.

PVmtFieldClassTab is a pointer to a TVmtFieldClassTab record.

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

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

See Also