Moves the current record position one record backward (toward the top of the AGDBSet
object).
AGDBSet
boolean movePrev( );
movePrevious
dbset.movePrev( )
PODSBoolean AVmovePrev(AGDBSet* dbset);
dbset The AGDBSet
object.
TRUE
on success; FALSE
otherwise.
If the first record is the current record and you call the movePrev
method, the AGDBSet
interface sets the current record to the position before the first record in the AGDBSet
object, where atbof( )
is TRUE
.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |