Data.Bind.DBScope.TCustomBindScopeDB.Delete

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

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