System.Variants.EVariantOverflowError
Delphi
EVariantOverflowError = class(EVariantError);
C++
class PASCALIMPLEMENTATION EVariantOverflowError : public System::Sysutils::EVariantError
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
Description
EVariantOverflowError is the exception class for overflow in a variant operation.
EVariantOverflowError is raised when a variant operation fails because the result was too large. To raise this exception programmatically, call VarOverflowError.