Moves the current record position one record forward (toward the bottom of the AGDBSet
object).
AGDBSet
boolean moveNext( );
moveNext
method
dbset.moveNext( )
PODSBoolean AVmoveNext(AGDBSet* dbset);
dbset The AGDBSet
object.
TRUE
on success; FALSE
otherwise.
If the last record is the current record and you call the moveNext
method, the AGDBSet
interface sets the current record to the position after the last record in the AGDBSet
object, where ateof( )
is TRUE
.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |