RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.vtInt64 Constant

vtInt64 defines an Int64 TVarData VType value.

Pascal
vtInt64 = 16;
C++
vtInt64 = 16;

The TVarData type represents the internal structure of a Variant variable (on Windows, this is identical to the Variant type used by COM and the Win32 API).  

TVarData.VType defines the type of Variant it holds. 

 

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