API:System.Rtti.TRttiInstanceProperty.PropertyType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property PropertyType: TRttiType read GetPropertyType;

C++

__property TRttiType* PropertyType = {read=GetPropertyType};

Eigenschaften

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

Beschreibung

Legt den Typ der Eigenschaft fest.

System.Rtti.TRttiInstanceProperty.PropertyType erbt von System.Rtti.TRttiProperty.PropertyType. Der folgende Inhalt bezieht sich auf System.Rtti.TRttiProperty.PropertyType.

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