Data.Bind.DBScope.TCustomBindScopeDB.Next

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 Next; virtual;

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