System.Rtti.TRttiOrdinalType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiOrdinalType

Delphi

TRttiOrdinalType = class(TRttiType)

C++

class PASCALIMPLEMENTATION TRttiOrdinalType : public TRttiType

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.

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