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

ReturnNilIfGrowHeapFails

Describe behaviour if getmem fails.

Declaration

Source position: heaph.inc line 71

var ReturnNilIfGrowHeapFails: Boolean;

Description

ReturnNilIfGrowHeapFailsdescribes what happens if there is no more memory available from the operating system. if set to Truethe memory manager will return Nil. If set to Falsethen a run-time error will occur.