Indicates whether the HFMwFileReader object is at the end of the file being read.
Tip:
To read a text file, use IsEOF with ReadLine. To read a binary file, use IsEOF with Read.
Syntax
<HFMwFileReader>.IsEOF()
Return Value
Returns TRUE if the end of the file has been reached, FALSE otherwise. Boolean subtype.
Example
IsEOF is used in the example for OpenAsText.