RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarUtils.VAR_OVERFLOW Constant

Specifies that a variant operation caused an overflow.

Pascal
VAR_OVERFLOW = HRESULT($8002000A);
C++
VAR_OVERFLOW = HRESULT($8002000A);

VAR_OVERFLOW is a possible return value of the variant-manipulating functions, specifying that the data stored in the output parameter does not fit in the destination type. 

 

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