Data.Bind.DBScope.TCustomBindScopeDB.First

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure First; virtual;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

Description

Moves to the first record in the dataset.

The First method internally calls Data.DB.TDataSet.First to move to the first record in the dataset.

See Also