Data.Bind.DBScope.TCustomBindScopeDB.GetCanModify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanModify(ABindComp: TBasicBindComponent): Boolean; overload; virtual;
function GetCanModify: Boolean; overload; virtual;

Properties

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

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