Data.Bind.DBScope.TCustomBindScopeDB.Next
Delphi
procedure Next; virtual;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| procedure | protected | Data.Bind.DBScope.pas | Data.Bind.DBScope | TCustomBindScopeDB |
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.