[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'System' (#rtl) |
Add an exit procedure to the exit procedure chain.
Source position: systemh.inc line 782
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. |
No notes exist for this page yet.