[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Heap memory error
Source position: sysutilh.inc line 109
type EHeapMemoryError = class(Exception) |
end; |
|
Heap memory error |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
EHeapMemoryError is raised when an error occurs in heap (dynamically allocated) memory.
|
Heap exception |
|
|
Out of memory error. |
|
|
Invalid pointer operation |