[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Determine whether CTRL-Z marks the end of file.
Source position: sysunixh.inc line 44
const CtrlZMarksEOF: Boolean = false; |
CtrlZMarksEOFindicates whether on this system, an CTRL-Zcharacter (ordinal 26) in a file marks the end of the file. This is Falseon most systems except on DOS.
To get DOS-compatible behaviour, this constant can be set to True
|
Constant describing the current line ending character. |
|
|
Set the end-of-line character for the given text file. |