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