Calls all of the functions in the termination procedure list.
function CallTerminateProcs: Boolean;
Boolean CallTerminateProcs();
SysUtils
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|