Name

ExitProc Variable

Syntax

var ExitProc: Pointer;

Description

When an application exits, it calls the procedure that ExitProc points to. The procedure takes no arguments. ExitProc exists only for backward compatibility with older Delphi programs. New Delphi programs should use a finalization section instead. If you must use ExitProc, see the AddExitProc procedure in the SysUtils unit for a better way to set up an exit procedure.

See Also

Finalization Keyword
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset