Data.Bind.DBScope.TCustomBindScopeDB.GetCanModify

From RAD Studio API Documentation
Revision as of 08:09, 15 July 2015 by AChavesBot (talk | contribs) (RS-65308)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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