API:System.TypInfo.TIntfMethodEntry

De RAD Studio API Documentation
Aller à : navigation, rechercher

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();
    PIntfMethodEntryTail __fastcall Tail();
};

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 !