Moves the position of the current record in an AGDBSet
object.
AGDBSet
boolean moveTo(unsigned long index);
dbset.moveTo(index)
PODSBoolean AVmoveTo( AGDBSet* dbset, PODSUInt32 index );
dbset The AGDBSet
object.
index [in] Index of the row to move to.
TRUE
on success; FALSE
otherwise.
Moves the position of the current record in an AGDBSet
object. In ADO, this is accomplished by setting the AbsolutePosition
property to the index you want to move to.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |