moveLast( )

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

Interface

AGDBSet

IDL definition
boolean moveLast( );
ADO equivalent

moveLast method

JavaScript synopsis
dbset.moveLast( )
C synopsis
PODSBoolean AVmoveLast(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

TRUE on success; FALSE otherwise.

See also

ateof( )