Variants: add varQWord to OrdinalVarTypes and varDecimal to FloatVarTypes

git-svn-id: trunk@45572 -
This commit is contained in:
ondrej 2020-06-03 06:56:32 +00:00
parent a5ab1c03ea
commit 896b7c8dc2

View File

@ -54,12 +54,12 @@ type
Const
OrdinalVarTypes = [varSmallInt, varInteger, varBoolean, varShortInt,
varByte, varWord,varLongWord,varInt64];
varByte, varWord,varLongWord,varInt64,varQWord];
FloatVarTypes = [
{$ifndef FPUNONE}
varSingle, varDouble,
{$endif}
varCurrency];
varCurrency, varDecimal];
{ Variant support procedures and functions }