[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constant describing which variant types are considered ordinals
Source position: variants.pp line 56
const OrdinalVarTypes = [varSmallInt, varInteger, varBoolean, varShortInt, varByte, varWord, varLongWord, varInt64, varQWord]; |
OrdinalVarTypes is used in VarIsOrdinal to decide which variant types are considered ordinals.
|
Check if the variant is an ordinal value. |