- 4.67.2.23. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.23. Eoln function
4.67.2.23. Eoln function
Targets: MS-DOS, OS/2, Win32
System Unit
Returns the end-of-line status of a text file.
Declaration:
function Eoln[(var F: Text)]: Boolean;
Remarks:
If an error occurred, IOResult
returns an error code, otherwise
IOResult is set to zero.
- 4.67.2.23. -