Data.Bind.DBScope.TCustomBindScopeDB.Next

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also