Data.Bind.DBScope.TCustomBindScopeDB.GetCanModify

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 GetCanModify(ABindComp: TBasicBindComponent): Boolean; overload; virtual;
function GetCanModify: Boolean; overload; virtual;

Description

Returns whether the dataset can be modified or not.

The GetCanModify method returns True if the dataset can be altered, False otherwise.

See Also