DAC for MySQL

TMySQLDirectQuery.Methods.Next

Previous Next

Positions the cursor on the last record in the dataset.

Syntax:

procedure Next();

Description:

Call Next() to position the cursor on the next record in the dataset and make it the active record.

See also:RecNo property
First(), Last(), Prior(), MoveBy() methods