API:System.ObjAuto.TMethodInfoHeader

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.