API:System.TypInfo.TIntfMethodParam

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIntfMethodParam = packed record
    Flags: Byte;
    ParamName: TSymbolName;
    function ParamNameFld: TTypeInfoFieldAccessor; inline;
   {TypeName: ShortString;
    Tail: TIntfMethodParamTail;}
  end;

C++

struct DECLSPEC_DRECORD TIntfMethodParam
{
public:
    System::Byte Flags;
    TSymbolName ParamName;
    TTypeInfoFieldAccessor __fastcall ParamNameFld();
};

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !