System.Variants.EVariantOverflowError

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Variants.EVariantOverflowError&oldid=147652"