- 4.8.1.3 -
Table of Contents
4. Standard Units
4.8. CRT - Keyboard and monitor control routines
4.8.1.3 CheckBreak variable
4.8.1.3 CheckBreak variable
Targets: MS-DOS, OS/2, Win32
CRT Unit, WinCRT Unit
Controls user termination of an application using the CRT window.
Declaration:
const
CheckBreak: Boolean = TRUE;
Remarks:
When CheckBreak is True, the user can terminate the application
at any time by pressing Ctrl-Break or Ctrl+C.
Application can not be terminated if CheckBreak is False.
- 4.8.1.3 -