RAD Studio VCL Reference
|
EVariantRangeCheckError is the exception class for out-of-range errors in a variant operation.
EVariantRangeCheckError = class(EVariantOverflowError);
class EVariantRangeCheckError : public EVariantOverflowError;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|