IsEOF - method of the PmaDatabase object
Description:
Test whether the current pointer position is at the end of the database table.
Return values:
true - If the pointer is at the end of the table
false - Otherwise
Example:
JavaScriptVBScriptSelect and copy to clipboard
var bEOF = oDb.IsEOF();
Dim bEOF
bEOF = oDb.IsEOF()