Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

SysSetCtrlBreakHandler

System CTRL-C handler.

Declaration

Source position: systemh.inc line 1773

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

TCtrlBreakHandler

  

CTRL-C Handler prototype.


Documentation generated on: Jul 24 2023