System.TypInfo.PIntfMethodParam

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PIntfMethodParam = ^TIntfMethodParam;

C++

typedef TIntfMethodParam *PIntfMethodParam;

Propriétés

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

Description

PIntfMethodParam est utilisé en interne pour stocker des informations RTTI de paramètre de méthode.

PIntfMethodParam est un pointeur sur un enregistrement TIntfMethodParam.

Les structures TIntfMethodParam sont automatiquement insérées par le compilateur Delphi pour toutes les méthodes d'interface qui sont marquées pour émettre des informations RTTI étendues.

N'utilisez pas directement PIntfMethodParam. Utilisez à la place la classe TRttiParameter pour accéder aux informations de paramètre associées à une interface Delphi.

Voir aussi