System.Rtti.TRttiInstanceProperty.PropertyType
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.
Verwenden Sie PropertyType zum Erhalten eines RTTI-Objekts, das den Typ der Eigenschaft beschreibt. PropertyType gibt einen TRttiType-Wert zurück.