API:System.TypInfo.TVmtMethodExEntry

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TVmtMethodExEntry = packed record
    Entry: PVmtMethodEntry;
    Flags: Word;
    VirtualIndex: Smallint; // signed word
  end;

C++

struct DECLSPEC_DRECORD TVmtMethodExEntry
{
public:
    TVmtMethodEntry *Entry;
    System::Word Flags;
    short VirtualIndex;
};

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!