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

Description

Specifies the type of the elements in the set.

Use ElementType to obtain a RTTI object that describes the type of the elements that make up the set. ElementType returns a TRttiType value.

See Also