[Overview][Constants][Classes][Index] Reference for unit 'streamex' (#fcl)

TFileReader.IsEof

Check if the end of the file is reached.

Declaration

Source position: streamex.pp line 154

public function TFileReader.IsEof: Boolean; override;

Function result

True if the file is closed or the end of the file was reached.

Description

IsEOF is True if the end of the file is reached, or after TFileReader.Close was called. Do not use IsEof, instead use the EOF property.

This is the TFileReader-specific implementation of the abstract TTextReader.IsEOF method.

See also

TTextReader.IsEOF

  

Check whether the end of the text data is returned.

TTextReader.EOF

  

Check whether the end of the text data is returned.


Documentation generated on: Mar 17 2017