System.TypInfo.PPropInfoEx

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

PPropInfoEx = ^TPropInfoEx;

C++

typedef TPropInfoEx *PPropInfoEx;

Eigenschaften

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

Beschreibung

PPropInfoEx wird intern zum Speichern von Eigenschafts-RTTI-Informationen verwendet.

PPropInfoEx ist ein Zeiger auf einen TPropInfoEx-Record.

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

Verwenden Sie PPropInfoEx nicht direkt, sondern greifen Sie mit der Klasse TRttiProperty auf die einem Delphi-Typ zugeordneten Eigenschaftsinformationen zu.

Siehe auch