VarRangeCheckError
Raise an EVariantOverflowError error
Declaration
Source position: variants.pp line 309
procedure VarRangeCheckError(const AType: tvartype);
procedure VarRangeCheckError(const ASourceType: tvartype;
const ADestType: tvartype);
Description
VarRangeCheckError raises an EVariantOverflowError exception with a standard error message. A description of the type AType is included in the error message, similarly if a ASourceType and aDestType source and destination types are provided.
See also
Name | Description |
---|---|
EVariantOverflowError | Error raised when an overflow error is detected |
VarArrayLockedError | Raise an EVariantArrayLockedError error |
VarBadIndexError | Raise an EVariantBadIndexError error |
VarInvalidNullOp | Raise an EVariantInvalidOpError error |
VarInvalidOp | Raise a EVariantInvalidOpError error |
VarOverflowError | Raise an EVariantOverflowError error. |