VarOverflowError
Raise an EVariantOverflowError error.
Declaration
Source position: variants.pp line 300
procedure VarOverflowError;
procedure VarOverflowError(const ASourceType: tvartype;
const ADestType: tvartype);
Description
VarOverflowError raises a EVariantOverflowError exception with a description of the ASourceType and ADestType types in the message.
See also
Name | Description |
---|---|
EVariantOverflowError | Error raised when an overflow error is detected |
VarInvalidNullOp | Raise an EVariantInvalidOpError error |
VarInvalidOp | Raise a EVariantInvalidOpError error |