EPUB | CHM | PDF

TPSQLDirectQuery.Methods.First

Top 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