System.Variants.EVariantOutOfMemoryError

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.