FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

ADO EOS Property


Stream Object Reference 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

Stream Object Reference Complete Stream Object Reference