API:System.TypInfo.TIntfMethodParam

From RAD Studio API Documentation
Jump to: navigation, search

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(void);
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!