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 property's type.

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

See Also