<< Click to Display Table of Contents >> IsEof |
[Professional Edition and above; .NET, Java, PHP, etc.]
Returns the End Of File status of the given stream.
This property returns true after the first read operation that attempts to read past the end of the file. IsEof continues to report true, until Seek() (see “Seek (.NET)” on page 25 and “Seek (Java, PHP, etc.)” on page 26) is called.
property virtual boolean TVPEStream.IsEof
read; runtime only
Returns:
Value |
Description |
True |
EOF |
False |
not EOF |