| [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 161
type EHeapMemoryError = class(Exception)  | 
||
public  | 
||
procedure FreeInstance; override;  | 
  | 
Free the exception instance  | 
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  |