Data.Bind.DBScope.TCustomBindScopeDB.Edit

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

function Edit(ABindComp: TBasicBindComponent): Boolean;overload;  virtual;
procedure Edit; overload; virtual;

Description

Enables editing of data in the dataset.

The Edit method internally calls Data.DB.TDataSet.Edit to enable editing of data in the dataset.

See Also