[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Out of memory error.
Source position: sysutilh.inc line 122
type EOutOfMemory = class(EHeapMemoryError) end; |
|
Out of memory error. |
|
| | ||
|
Heap memory error |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
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 |
No notes exist for this page yet.