DAC for MySQL

TMySQLDirectQuery.Methods.Last

Previous Next

Positions the cursor on the last record in the dataset.

Syntax:

procedure Last();

Description:

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

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