[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Out of memory error.
Source position: sysutilh.inc line 171
| 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. |