System.Rtti.TRttiDynamicArrayType.ElementType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ElementType: TRttiType read GetElementType;

C++

__property TRttiType* ElementType = {read=GetElementType};

Properties

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

Description

Specifies the RTTI object reflecting the type of the array elements.

Use ElementType to obtain a RTTI object used to reflect the type of elements in the array. The value of ElementType is a TRttiType instance that describes the type of the array element.

See Also