Data.Bind.DBScope.TCustomBindScopeDB.Prior

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Prior; virtual;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

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