The eof property of the recordset object type indicates whether or not the recordset is currently at end-of-file. NOTE: eof is a read-only property of type boolean.
For example if you have a recordset object reference rs with an open recordset then
rs.eof
indicates, whether the current recordset referenced by rs is at end-of-file.
It is an error to call the movenext method of a recordset object when the recordset is at end-of-file.
Operating Systems: All
Standard Pascal: No