RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EVariantRangeCheckError Class

EVariantRangeCheckError is the exception class for out-of-range errors in a variant operation.

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

Variants

EVariantRangeCheckError is raised when a variant operation fails because the result is out-of-range for the destination variant type. To raise this exception programmatically, call VarRangeCheckError

 

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