System.Rtti.TRttiIndexedProperty.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 TRttiIndexedProperty

Description

Represents the data type for the indexed property.

PropertyType represents the data type of the elements accessed through the indexed property. For example, if the property works on an array of strings, then the property type is string.

See Also