Moves the position of the current record in an AGDBSet
object by a specified number of rows.
AGDBSet
boolean moveBy(long numRecords);
Move
method
dbset.moveBy(numRecords)
PODSBoolean AVmoveBy( AGDBSet* dbset, PODSInt32 numRecords );
dbset The AGDBSet
object.
numRecords [in] The number of rows to move by.
TRUE
on success; FALSE
otherwise.
If the numRecords argument is greater than zero, the current record position moves forward (toward the end of the AGDBSet
object). If the numRecords is less than zero, the current record position moves backward (toward the beginning of the AGDBSet
object).
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |