Data.Bind.DBScope.TCustomBindScopeDB.GetIsEditing
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.DBScope.pas | |
Unit: Data.Bind.DBScope | |
Parent: TCustomBindScopeDB |
Delphi
function GetIsEditing(ABindComp: TBasicBindComponent): Boolean; virtual;
Description
Returns whether the dataset is in editing mode.
The GetIsEditing method returns True if the dataset is in editing mode, False otherwise.