Previous: 4.24.2.26. PackTime To the Table of Contents Next: 4.24.2.28. SetDate
4.24.2.26. PackTime Table of Contents 4.24.2.28. SetDate

- 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.


Previous: 4.24.2.26. PackTime To the Table of Contents Next: 4.24.2.28. SetDate
4.24.2.26. PackTime Table of Contents 4.24.2.28. SetDate

- 4.24.2.27. -