Add an exit procedure to the exit procedure chain.
Source position: systemh.inc line 1724
procedure AddExitProc( |
Proc: TProcedure |
); |
AddExitProc adds Proc to the exit procedure chain. At program exit, all procedures added in this way will be called in reverse order.
None.
|
Exit procedure pointer. |