System.Rtti.TRttiInstanceProperty.PropInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PropInfo: PPropInfo read GetPropInfo;

C++

__property System::Typinfo::PPropInfo PropInfo = {read=GetPropInfo};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceProperty

Beschreibung

Zeigt auf die RTTI-Rohinformationen der Eigenschaft.

Verwenden Sie PropInfo zum Erhalten eines Zeigers, der auf eine TPropInfo-Struktur, die die RTTI-Informationen der Eigenschaft in Rohform enthält, zeigt. Alle Informationen, die in der gezeigten Struktur dargestellt sind, können auch direkt in der TRttiInstanceProperty-Instanz erhalten werden.

Siehe auch