IsEof (ActiveX / VCL)

<< Click to Display Table of Contents >>

Navigation:  Memory Streams (ActiveX / VCL) >

IsEof (ActiveX / VCL)

Previous pageReturn to chapter overviewNext page

[Professional Edition and above; ActiveX / VCL only]

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 (ActiveX / VCL)” on page 11) is called.

property boolean TVPEStream.IsEof

read; runtime only

Returns:

Value

Description

True

EOF

False

not EOF