Data.Bind.DBScope.TCustomBindScopeDB.First

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

procedure First; virtual;

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