- 4.24.2.15 -
Standard Units
Dos Unit
Dos Unit Procedures and FunctionsGetCBreak procedure
Targets: MS-DOS, OS/2, Win32
Dos Unit, WinDos Unit
Returns the state of Ctrl-Break checking in DOS.
Declaration:
procedure GetCBreak(var Break: Boolean);
Remarks:
State returns True if Ctrl-Break is enabled, otherwise False.
With Ctrl-Break checking enabled, all I/O calls (console, printer,
and communications) are checked. To set Ctrl-Break either on or off,
use SetCBreak.
Win32 target:
GetCBreak not changes the Break variable, since this service
is not provided by Windows API.
|
|
|
FSplit procedure |
Table of Content |
GetDate procedure |
- 4.24.2.15 -