Constant describing which variant types are considered ordinals.
Source position: variants.pp line 63
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. |