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

TStringReader.IsEof

Check if the end of the string is reached.

Declaration

Source position: streamex.pp line 134

public function TStringReader.IsEof: Boolean; override;

Function result

True if the reader is closed or the end of the text string was reached.

Description

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

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

See also

TStringReader.Close

  

Close and possibly free the stream

TTextReader.EOF

  

Check whether the end of the text data is returned.


Documentation generated on: Mar 17 2017