Text Language Definition
function TFile.EndOfFile:boolean;
Description
The End Of File block returns true if there is no more information left in the file to read. Remember to close the file.
Escapes
If the related file handle has not been assigned and reset an Object Not Initialized Escape Code will occur.
Examples
The following block list reads a file and displays the values until there is no more information to read.
This is the appearance of the Console project with the list showing the written values.
Related Topics
Close
Assign
Reset
Rewrite