System.TypInfo.PIntfMethodParamTail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PIntfMethodParamTail = ^TIntfMethodParamTail;

C++

typedef TIntfMethodParamTail *PIntfMethodParamTail;

Properties

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

Description

PIntfMethodParamTail is used internally to store method parameter RTTI information.

PIntfMethodParamTail is a pointer to a TIntfMethodParamTail record.

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

Do not use PIntfMethodParamTail directly; instead, use the TRttiParameter class to gain access to parameter information associated with a Delphi interface.

See Also