[Overview][Constants][Classes][Index] |
Check whether the end of the text data is returned.
Source position: streamex.pp line 93
public function TTextReader.IsEof: Boolean; virtual; abstract; |
True if no more text data is available for reading.
isEOF is the getter for the Eof property. It must return True when there is no more text data availabe for reading. Do not use IsEof directly, instead use Eof.
It is an abstract method that must be implemented by descendent classes.
|
Check whether the end of the text data is returned. |
|
|
Read a line of text |