DAC for MySQL

TMySQLDirectQuery.Methods.First

Previous Next

Positions the cursor on the first record in the dataset.

Syntax:

procedure First();

Description:

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

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