[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Out of memory error.
Source position: sysutilh.inc line 173
type EOutOfMemory = class(EHeapMemoryError) ; |
|
Out of memory error. |
|
| | ||
|
Heap memory error |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
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.
|
Heap exception |
|
|
Heap memory error |
|
|
Invalid pointer operation |