System.Rtti.TRttiType.IsOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsOrdinal: Boolean read GetIsOrdinal;

C++

__property bool IsOrdinal = {read=GetIsOrdinal, nodefault};

Properties

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

Description

Checks whether the TRttiType instance is actually a TRttiOrdinalType instance.

The IsOrdinal property is provided as a convenience to the developer. IsOrdinal provides an easy and clean way to determine if the current TRttiType instance can be casted to a TRttiOrdinalType instance.

See Also