System.Rtti.TRttiEnumerationType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiOrdinalTypeSystem.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiEnumerationType

Delphi

TRttiEnumerationType = class(TRttiOrdinalType)

C++

class PASCALIMPLEMENTATION TRttiEnumerationType : public TRttiOrdinalType

Properties

Type Visibility Source Unit Parent
class public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

TRttiEnumerationType is the RTTI class used to reflect all the Delphi enumerated types.

TRttiEnumerationType is the class used to provide run-time information for all the Delphi enumerated types. To identify the type of the enumerated elements, use the exposed BaseType property.

Do not create instances of TRttiEnumerationType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.

See Also