RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varLongWord Constant

Represents a Variant that holds LongWord data.

Pascal
varLongWord = $0013;
C++
varLongWord = 0x0013;

System

When a Variant is assigned an integer value greater in value than a Word type can hold, but less than an Int64 type can hold, it will be set to a varLongWord Variant type. varLongWord represents a Variant variable that currently holds a LongWord 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!