System.Rtti.TRttiEnumerationType.UnderlyingType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UnderlyingType: TRttiType read GetUnderlyingType;

C++

__property TRttiType* UnderlyingType = {read=GetUnderlyingType};

Properties

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

Description

Specifies the elements' type in the enumerated type.

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

See Also