API:System.ObjAuto.TMethodInfoHeader

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TMethodInfoHeader = packed record
    Len: Word;
    Addr: Pointer;
    Name: TSymbolName;
    function NameFld: TTypeInfoFieldAccessor;
  end;

C++

struct DECLSPEC_DRECORD TMethodInfoHeader
{
public:
    System::Word Len;
    void *Addr;
    System::Typinfo::TSymbolName Name;
    System::Typinfo::TTypeInfoFieldAccessor __fastcall NameFld();
};

Propriétés

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

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 !