EVariantOutOfMemoryError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Error to signal an out-of-memory condition
Declaration
Source position: variants.pp line 45
Type
  EVariantOutOfMemoryError = class (EVariantError)
  ;
Description
EVariantOutOfMemoryError is the exception raised when the VAR_OUTOFMEMORY error is encountered in VarResultCheck It can be raised manually by calling VarOutOfMemoryError .
MembersNo members available
Inheritance
| Class | Description | 
|---|---|
| EVariantOutOfMemoryError | Error to signal an out-of-memory condition | 
See also
| Name | Description | 
|---|---|
| VarOutOfMemoryError | Raise an EVariantOutOfMemoryError error | 
| VarResultCheck | Check the result of an operation and raise exception if not OK. |