System.TypInfo.PIntfMethodEntryTail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PIntfMethodEntryTail = ^TIntfMethodEntryTail;

C++

typedef TIntfMethodEntryTail *PIntfMethodEntryTail;

Properties

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

Description

PIntfMethodEntryTail is used internally to store method RTTI information.

PIntfMethodEntryTail is a pointer to a TIntfMethodEntryTail record.

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

Do not use PIntfMethodEntryTail directly; instead, use the TRttiMethod class to gain access to method information associated with a Delphi interface.

See Also