API:System.Rtti.TRttiInstanceProperty.PropertyType

From RAD Studio API Documentation

Delphi

property PropertyType: TRttiType read GetPropertyType;

C++

__property TRttiType* PropertyType = {read=GetPropertyType};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceProperty

Description

Specifies the type of the property. {{#multireplace:System.Rtti.TRttiInstanceProperty.PropertyType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Rtti.TRttiProperty.PropertyType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Rtti.TRttiProperty.PropertyType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the type of the property.

Use PropertyType to obtain a RTTI object that describes the type of the property. PropertyType returns a TRttiType value.

See Also