API:System.Variants.EVariantOutOfMemoryError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantOutOfMemoryError

Delphi

EVariantOutOfMemoryError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantOutOfMemoryError : public System::Sysutils::EVariantError

Properties

Type Visibility Source Unit Parent
class public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

EVariantError is the exception class for errors involving Variant data types.

System.Variants.EVariantOutOfMemoryError inherits from System.SysUtils.EVariantError. All content below this line refers to System.SysUtils.EVariantError.

EVariantError is the exception class for errors involving Variant data types.

EVariantError is raised when a variant operation fails. EVariantError has a number of descendant classes which provide more specific information about the error.

See Also