- 4.8.2.3 -
Standard Units
Crt Unit
CRT Unit VariablesCheckBreak 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.
|
|
|
TextMode Constants |
Table of Content |
CheckEOF |
- 4.8.2.3 -