Data.Bind.DBScope.TCustomBindScopeDB.Prior

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 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.

See Also