Returns TRUE
if the current record position is before the first record in an AGDBSet
object.
AGDBSet
boolean atbof( );
BOF Property
dbset.atbof( )
PODSBoolean AVatbof(AGDBSet* dbset);
dbset The AGDBSet
object.
TRUE
if the current record position is before the first record in an AGDBSet
object; FALSE
otherwise.
If you open an AGDBSet
object containing no records, the BOF
property is set to TRUE
.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |