Language:
Русский
English
CheckEOF (variable) (WinCrt unit)and (Crt unit)
Controls the end-of-file character checking in the CRT window.
const CheckEOF: Boolean = False;
When CheckEOF is True, an end-of-file marker is generated when the user presses Ctrl+Z while reading from a file assigned to the CRT window.
When CheckEOF is False, pressing Ctrl+Z has no effect.
CheckEOF is False by default.