System.SysUtils.EHeapException.FreeInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FreeInstance; override;

C++

virtual void __fastcall FreeInstance();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils EHeapException

Description

Deallocates the memory occupied by an EHeapException instance.

FreeInstance is called internally when an application shuts down. Do not call this method directly or attempt to create or destroy instances of EHeapException.