System.Rtti.TValue.IsOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsOrdinal: Boolean;

C++

bool __fastcall IsOrdinal();

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.

See Also