moveFirst( )

Moves the current record position to the first record in the AGDBSet object.

Interface

AGDBSet

IDL definition
boolean moveFirst( );
ADO equivalent

moveFirst method

JavaScript synopsis

dbset.moveFirst( )

C synopsis
PODSBoolean AVmoveFirst(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

TRUE on success; FALSE otherwise.

See also

atbof( )