Data.Bind.ObjectScope.TBindSourceAdapter.GetCanModify
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetCanModify: Boolean; virtual;
C++
virtual bool __fastcall GetCanModify();
Description
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.