EHeapMemoryError
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Heap memory error
Declaration
Source position: sysutilh.inc line 161
Type
  EHeapMemoryError = class (Exception)
  protected
    AllowFree : Boolean;
  public
    procedure FreeInstance;  Override;
  end
  ;
Description
EHeapMemoryError is raised when an error occurs in heap (dynamically allocated) memory.
Members
| Member | Type | Visibility | Description | 
|---|---|---|---|
| AllowFree | Field | protected | |
| FreeInstance | Method | public | Free the exception instance | 
Inheritance
| Class | Description | 
|---|---|
| EHeapMemoryError | Heap memory error | 
See also
| Name | Description | 
|---|---|
| EHeapException | Heap exception | 
| EInvalidPointer | Invalid pointer operation | 
| EoutOfMemory | Out of memory error. |