CRT Documentation: Reference

CheckEOF

Controls the end-of-file character checking in the Crt window.

CheckEOF: boolean = False;

Remarks

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.

See Also

Crt Overview