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

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. Please help us document this topic by using the Discussion page!