Show: Delphi
C++
Display Preferences
Data.Bind.DBScope.TCustomBindScopeDB.GetCanModify
From XE2 API Documentation
Delphi
function GetCanModify(ABindComp: TBasicBindComponent): Boolean; overload; virtual; function GetCanModify: Boolean; overload; virtual;
C++
virtual bool __fastcall GetCanModify(Data::Bind::Components::TBasicBindComponent* ABindComp)/* overload */; virtual bool __fastcall GetCanModify(void)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.Bind.DBScope.pas Data.Bind.DBScope.hpp |
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.