API:System.Rtti.TRttiInstanceProperty.PropertyType

From RAD Studio API Documentation
Jump to: navigation, search

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.

System.Rtti.TRttiInstanceProperty.PropertyType inherits from System.Rtti.TRttiProperty.PropertyType. All content below this line refers to System.Rtti.TRttiProperty.PropertyType.

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