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