RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.CallTerminateProcs Function

Calls all of the functions in the termination procedure list.

Pascal
function CallTerminateProcs: Boolean;
C++
Boolean CallTerminateProcs();

CallTerminateProcs is called internally when an application is about to terminate. It returns true only if all of the functions in the application's terminate procedure list return true. Do not call this function directly. Its use is automatic in Delphi application. 

 

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