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

OutOfMemoryError

Raise an EOutOfMemoryexception

Declaration

Source position: sysutilh.inc line 168

procedure OutOfMemoryError;

Description

OutOfMemoryErrorraises an EOutOfMemoryexception, with an exception object that has been allocated on the heap at program startup. The program should neved create an EOutOfMemoryexception, but always call this routine.

See also

EOutOfMemory

  

Out of memory error.