RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varInt64 Constant

Represents a Variant that holds Int64 data.

Pascal
varInt64 = $0014;
C++
varInt64 = 0x0014;

System

When a Variant is assigned an integer value greater in value than an LongWord type can hold, it will be set to a varInt64 Variant type. varInt64 represents a Variant variable that currently holds an Int64 data value.  

Use VarType to determine the variant type. 

 

TVarType 

VarAsType 

VarType

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!