SysSetCtrlBreakHandler
System CTRL-C handler
Declaration
Source position: systemh.inc line 1669
function SysSetCtrlBreakHandler(Handler: TCtrlBreakHandler)
: TCtrlBreakHandler;
Description
SysSetCtrlBreakHandler sets the CTRL-C handler to the Handler callback, and returns the previous value of the handler.
See also
Name | Description |
---|---|
TCtrlBreakHandler | CTRL-C Handler prototype |