API:System.Rtti.TRttiInstanceProperty.PropertyType

Aus RAD Studio API Documentation

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. {{#multireplace:System.Rtti.TRttiInstanceProperty.PropertyType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.Rtti.TRttiProperty.PropertyType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.Rtti.TRttiProperty.PropertyType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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