EOutOfMemory
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Out of memory error.
Declaration
Source position: sysutilh.inc line 172
Type
EOutOfMemory = class (EHeapMemoryError)
;
Description
EOutOfMemory occurs when memory can no longer be allocated on the heap. An instance of EOutOfMemory is allocated on the heap at program startup, so it is available when needed.
MembersNo members available
Inheritance
Class | Description |
---|---|
EOutOfMemory | Out of memory error. |
See also
Name | Description |
---|---|
EHeapException | Heap exception |
EHeapMemoryError | Heap memory error |
EInvalidPointer | Invalid pointer operation |