RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantOverflowError Class

EVariantOverflowError is the exception class for overflow in a variant operation.

Pascal
EVariantOverflowError = class(EVariantError);
C++
class EVariantOverflowError : public EVariantError;

EVariantOverflowError is raised when a variant operation fails because the result was too large. To raise this exception programmatically, call VarOverflowError

 

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