API: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

TRttiOrdinalType is the RTTI class used to reflect an ordinal type.

System.Rtti.TRttiEnumerationType inherits from System.Rtti.TRttiOrdinalType. All content below this line refers to System.Rtti.TRttiOrdinalType.

TRttiOrdinalType is the RTTI class used to reflect an ordinal type.

TRttiOrdinalType is the class used to describe all the Delphi ordinal value types, such as Integer, Byte, Word, and so on.

TRttiOrdinalType exposes a number of properties that allow obtaining the actual reflected ordinal type, the minimal and the maximal allowed values for the type.

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

See Also