Data.Bind.DBScope.TCustomBindScopeDB.GetIsEditing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsEditing(ABindComp: TBasicBindComponent): Boolean; virtual;

Properties

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

Description

Returns whether the dataset is in editing mode.

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

See Also