[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

UnhookSignal

UnHook a specified signal

Declaration

Source position: sysutils.pp line 63

procedure UnhookSignal(

  RtlSigNum: Integer;

  OnlyIfHooked: Boolean = true

);

Description

UnHookSignal de-installs the RTL default signal handler for signal RtlSigNum. If OnlyIfHooked is True then UnhookSignal will first check if the signal was hooked by the RTL routines, and has not been overridden since.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.