API:System.TypInfo.TIntfMethodEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TIntfMethodEntry = packed record
    Name: TSymbolName;
    function NameFld: TTypeInfoFieldAccessor; inline;
   {Tail: TIntfMethodEntryTail;}
    function Tail: PIntfMethodEntryTail; inline;
  end;

C++

struct DECLSPEC_DRECORD TIntfMethodEntry
{
public:
    TSymbolName Name;
    TTypeInfoFieldAccessor __fastcall NameFld(void);
    PIntfMethodEntryTail __fastcall Tail(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!