Data.Bind.DBScope.TCustomBindScopeDB.Next
[–] Properties | |
---|---|
Type: procedure | |
Visibility: protected | |
Source: Data.Bind.DBScope.pas | |
Unit: Data.Bind.DBScope | |
Parent: TCustomBindScopeDB |
Delphi
procedure Next; virtual;
Description
Moves to the next record in the dataset.
The Next method internally calls Data.DB.TDataSet.Next to move to the next record in the dataset.