Data.Bind.DBXScope.TCustomParamsAdapter.GetCanModify
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.DBXScope.pas Data.Bind.DBXScope.hpp
| |
Unit: Data.Bind.DBXScope | |
Parent: TCustomParamsAdapter |
Delphi
function GetCanModify: Boolean; override;
C++
virtual bool __fastcall GetCanModify();
Description
Getter method for the CanModify property.
Data.Bind.DBXScope.TCustomParamsAdapter.GetCanModify inherits from Data.Bind.ObjectScope.TBindSourceAdapter.GetCanModify. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.GetCanModify.
Getter method for the CanModify property.
GetCanModify returns whether the source adapter can modify data.
- Note: This method always returns
False
, so descendant classes must override the GetCanModify method to returnTrue
if the source adapter can modify data orFalse
otherwise.