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

TTextReader.IsEof

Check whether the end of the text data is returned.

Declaration

Source position: streamex.pp line 93

public function TTextReader.IsEof: Boolean; virtual; abstract;

Function result

True if no more text data is available for reading.

Description

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.

See also

Eof

  

Check whether the end of the text data is returned.

TTextReader.ReadLine

  

Read a line of text


Documentation generated on: Mar 17 2017