网络学院 w3pop社区 网络资源 IT新闻

w3pop.com :: 网络学院 :: ADO :: ADO EOS 属性

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

ADO EOS 属性


作者:w3pop.com 翻译/整理:w3pop.com 发布:2007-04-28 浏览:948 :: ::

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.
EOS属性的作用是:返回一个逻辑值,指出当前位置是否位于记录流最末端。True表示当前位置已位于记录流的最末端。

Tip: To set the current position to the end of the stream, use the SetEOS method.
提示:可以使用SetEOS方法将当前位置设置为记录流的末尾。

Tip: To determine the current position of the stream, use the Position property.
提示:可以使用Position[位置]属性来设置处于当前记录流中的指针位置。

Syntax
语法

objStream.EOS

评论 (0) All