[Overview][Constants][Classes][Index] |
Check if the end of the stream is reached.
Source position: streamex.pp line 116
public function TStreamReader.IsEof: Boolean; override; |
True if the stream is closed or the end of the text data was reached.
IsEOF is True if the end of the text data is reached, or after TStreamReader.Close was called. Do not use IsEof, instead use the EOF property.
This is the TStreamReader-specific implementation of the abstract TTextReader.IsEOF method.
|
Check whether the end of the text data is returned. |
|
|
Check whether the end of the text data is returned. |