Data.Bind.DBScope.TCustomBindScopeDB.First
[–] 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.