System.TypInfo.TIntfMethodParamTail

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TIntfMethodParamTail = packed record

C++

struct DECLSPEC_DRECORD TIntfMethodParamTail
{
public:
    PTypeInfo *ParamType;
    TAttrData AttrData;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

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

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 TIntfMethodParamTail. Utilisez à la place la classe TRttiParameter pour accéder aux informations de paramètre associées à une interface Delphi.

Voir aussi