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