Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

ADO EOS Property


❮ Complete Stream Object Reference

The EOS property returns a boolean value that indicates whether the current position is at the end of the stream. True indicates that the current position is at the end of the stream.

Tip: To set the current position to the end of the stream, use the SetEOS method.

Tip: To determine the current position of the stream, use the Position property.


Syntax

objStream.EOS

❮ Complete Stream Object Reference