help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

CallTerminateProcs

Call the exit chain procedures.

Declaration

Source position: sysutilh.inc line 187

function CallTerminateProcs: Boolean;

Description

CallTerminateProcs is run on program exit. It executes all terminate procedures that were added to the exit chain with AddTerminateProc, and does this in reverse order.

Errors

If one of the exit procedure raises an exception, it is not caught, and the remaining exit procedures will not be executed.

See also

TTerminateProc

  

Terminate procedure procedural variable.

AddTerminateProc

  

Add a procedure to the exit chain.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505