[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Raise an EOutOfMemoryexception
Source position: sysutilh.inc line 168
procedure OutOfMemoryError; |
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.
|
Out of memory error. |