System.Rtti.TRttiProperty.PropertyType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PropertyType: TRttiType read FPropertyType;

C++

__property TRttiType* PropertyType = {read=FPropertyType};

Eigenschaften

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

Beschreibung

Legt den Typ der Eigenschaft fest.

Verwenden Sie PropertyType zum Erhalten eines RTTI-Objekts, das den Typ der Eigenschaft beschreibt. PropertyType gibt einen TRttiType-Wert zurück.

Siehe auch