System.Rtti.TValue.IsOrdinal
Delphi
function IsOrdinal: Boolean;
C++
bool __fastcall IsOrdinal(void);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Rtti.pas System.Rtti.hpp  | 
        System.Rtti | TValue | 
Description
Checks whether the type of the stored value is ordinal.
Call IsOrdinal to check whether the value stored in the TValue record is an ordinal value.