RAD Studio VCL Reference
|
Calls all of the functions in the termination procedure list.
function CallTerminateProcs: Boolean;
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!
|