System.TypInfo.PVmtMethodParam

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PVmtMethodParam = ^TVmtMethodParam;

C++

typedef TVmtMethodParam *PVmtMethodParam;

Eigenschaften

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

Beschreibung

PVmtMethodParam wird intern zum Speichern von Methodenparameter-RTTI-Informationen verwendet.

PVmtMethodParam ist ein Zeiger auf einen TVmtMethodParam-Record.

TVmtMethodParam-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 PVmtMethodParam nicht direkt, sondern greifen Sie mit der Klasse TRttiParameter auf die einer Delphi-Instanzmethode zugeordneten Parameterinformationen zu.

Siehe auch