- 4.72.1.2. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.1. WinCRT Unit Variables
4.72.1.2. CheckBreak variable
4.72.1.2. 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.72.1.2. -