RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQL.Eof Property

Indicates whether or not a query is at the end of the dataset.

Pascal
property Eof: Boolean;
C++
__property Boolean Eof;

Use the EOF property to determine whether or not a query is at the end of the dataset and whether or not the query returned any result rows. 

In addition, if this property is true immediately after the query is opened, then it means that the dataset is empty. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!