Specifies the last procedure to execute before the application shuts down.
ExitProcessProc: procedure;
procedure ExitProcessProc;
System
Assign a value to ExitProcessProc to specify a procedure that you want to execute when the application shuts down. The value of ExitProcessProc is a procedure with no parameters.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|