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;

Variants

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

 

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