Data.Bind.DBScope.TCustomBindScopeDB.Last

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Last; virtual;

Properties

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

Description

Moves to the last record in the dataset.

The Last method internally calls Data.DB.TDataSet.Last to move to the last record in the dataset.

See Also