DAC for MySQL

TMySQLDirectQuery.Methods.Prior

Previous Next

Positions the cursor on the previous record in the dataset.

Syntax:

procedure Prior();

Description:

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

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