[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
CTRL-C Handler prototype
Source position: systemh.inc line 666
type TCtrlBreakHandler = function( |
CtrlBreak: Boolean |
):Boolean; |
TCtrlBreakHandler is the prototype for the CTRL-C handler. If CtrlBreak is True then Ctrl-Break was hit, otherwise CTRL-C was hit. The handlers should return True to signal that the key-combination was handled. If False is returned, then default handling will be used, which by default means an exception will be raised if the sysutils unit is used.