- 4.24.2.27. -
Table of Contents
4. Standard Units
4.24. DOS - MSDOS support unit
4.24.2. DOS Unit Procedures and Functions
4.24.2.27. SetCBreak
4.24.2.27. SetCBreak
Targets: MS-DOS, OS/2, Win32
Dos Unit, WinDos Unit
Sets the state of Ctrl-Break checking.
Declaration:
procedure SetCBreak(Break: Boolean);
Remarks:
With Ctrl-Break checking enabled, all I/O calls (console, printer,
and communications) are checked. To get Ctrl-Break status, use
GetCBreak.
Win32 target:
SetCBreak do nothing, since this service is not provided by Windows API.
- 4.24.2.27. -