System.TypInfo.PIntfMethodEntryTail

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PIntfMethodEntryTail = ^TIntfMethodEntryTail;

C++

typedef TIntfMethodEntryTail *PIntfMethodEntryTail;

Eigenschaften

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

Beschreibung

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

PIntfMethodEntryTail ist ein Zeiger auf einen TIntfMethodEntryTail-Record.

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

Verwenden Sie PIntfMethodEntryTail nicht direkt, sondern greifen Sie mit der Klasse TRttiMethod auf die einem Delphi-Interface zugeordneten Methodeninformationen zu.

Siehe auch