RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.OleVariantInt64AsDouble Variable

Controls the mode in which Int64 values are stored in a OleVariant.

Pascal
OleVariantInt64AsDouble: Boolean = False;
C++
Boolean OleVariantInt64AsDouble = False;

Use OleVariantInt64AsDouble to set or check whether the Int64 values are stored in a OleVariant as Double values. If the value of OleVariantInt64AsDouble is True, then Int64 values are stored as Double values and the type of the OleVariant is varDouble. Otherwise, the Int64 values are stored directly and the type of the OleVariant is varInt64.

Note: This flag is useful only on Windows 9x/2000 platforms, on which OleVariants cannot store an Int64 value.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!