Unit 'Variants' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

VarOverflowError

Raise an EVariantOverflowError error.

Declaration

Source position: variants.pp line 300

procedure VarOverflowError;

procedure VarOverflowError(

  const ASourceType: tvartype;

  const ADestType: tvartype

);

Arguments

ASourceType

  

Source variant type.

ADestType

  

Destination variant type.

Description

VarOverflowError raises a EVariantOverflowError exception with a description of the ASourceType and ADestType types in the message.

See also

EVariantOverflowError

  

Error raised when an overflow error is detected.

VarInvalidNullOp

  

Raise an EVariantInvalidOpError error.

VarInvalidOp

  

Raise a EVariantInvalidOpError error.


Documentation generated on: Jul 24 2023