System.TypInfo.PVmtMethodEntryTail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PVmtMethodEntryTail = ^TVmtMethodEntryTail;

C++

typedef TVmtMethodEntryTail *PVmtMethodEntryTail;

Properties

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

Description

PVmtMethodEntryTail is used internally to store method RTTI information.

PVmtMethodEntryTail is a pointer to a TVmtMethodEntryTail record.

TVmtMethodEntryTail structures are automatically inserted by the Delphi compiler for all instance methods that are marked to emit extended RTTI.

Do not use PVmtMethodEntryTail directly; instead, use the TRttiMEthod class to gain access to method information associated with a Delphi class.

See Also