System.TypInfo.PVmtMethodEntryTail

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PVmtMethodEntryTail = ^TVmtMethodEntryTail;

C++

typedef TVmtMethodEntryTail *PVmtMethodEntryTail;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Beschreibung

PVmtMethodEntryTail wird intern zum Speichern von Methoden-RTTI-Informationen verwendet.

PVmtMethodEntryTail ist ein Zeiger auf einen TVmtMethodEntryTail-Record.

TVmtMethodEntryTail-Strukturen werden automatisch vom Delphi-Compiler für alle Instanzmethoden eingefügt, die für die Ausgabe von erweiterten RTTI-Informationen gekennzeichnet sind.

Verwenden Sie PVmtMethodEntryTail nicht direkt, sondern greifen Sie mit der Klasse TRttiMethod auf die einer Delphi-Klasse zugeordneten Methodeninformationen zu.

Siehe auch