RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EHeapException.FreeInstance Method

Deallocates the memory occupied by an EHeapException instance.

Pascal
procedure FreeInstance; override;
C++
virtual __fastcall FreeInstance();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!