System.TypInfo.PIntfMethodParamTail
Delphi
type PIntfMethodParamTail = ^TIntfMethodParamTail;
C++
typedef TIntfMethodParamTail *PIntfMethodParamTail;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
pointer typedef |
public | System.TypInfo.pas System.TypInfo.hpp |
System.TypInfo | System.TypInfo |
Description
PIntfMethodParamTail est utilisé en interne pour stocker des informations RTTI de paramètre de méthode.
PIntfMethodParamTail est un pointeur sur un enregistrement TIntfMethodParamTail.
Les structures TIntfMethodParamTail 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 PIntfMethodParamTail. Utilisez à la place la classe TRttiParameter pour accéder aux informations de paramètre associées à une interface Delphi.