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

ReturnNilIfGrowHeapFails

Describe behaviour if getmem fails.

Declaration

Source position: heaph.inc line 66

var ReturnNilIfGrowHeapFails: Boolean;

Description

ReturnNilIfGrowHeapFails describes what happens if there is no more memory available from the operating system. if set to True the memory manager will return Nil. If set to False then a run-time error will occur.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.