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

EVariantOutOfMemoryError is the exception class for variant operations that cannot allocate necessary memory.

EVariantOutOfMemoryError is raised when a variant operation fails because of a failure to allocate necessary memory.

See Also