[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

EOutOfMemory

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Out of memory error.

Declaration

Source position: sysutilh.inc line 173

type EOutOfMemory = class(EHeapMemoryError) ;

Inheritance

EOutOfMemory

  

Out of memory error.

|

EHeapMemoryError

  

Heap memory error

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

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.

See also

EHeapException

  

Heap exception

EHeapMemoryError

  

Heap memory error

EInvalidPointer

  

Invalid pointer operation


Documentation generated on: Nov 14 2015