Data.Bind.DBScope.TCustomBindScopeDB.GetEditing

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 GetEditing: Boolean; virtual;

Description

Returns whether the dataset is in editing mode.

The GetEditing method returns True if the dataset is in editing mode, False otherwise.

See Also