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

EHeapMemoryError.FreeInstance

Free the exception instance

Declaration

Source position: sysutilh.inc line 118

public procedure EHeapMemoryError.FreeInstance; override;

Description

FreeInstance checks whether the exception instance may be freed prior to calling the inherited FreeInstance. The exception is only freed in case of normal program shutdown, if a heap error occured, the exception instance is not freed.

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