Data.Bind.DBScope.TCustomBindScopeDB.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete; virtual;

Properties

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

Description

Deletes the active record and positions the dataset on the next record.

The Delete method internally calls Data.DB.TDataSet.Delete to delete the active record and positions the dataset on the next record.

See Also