Data.Bind.ObjectScope.TBindSourceAdapter.GetCanApplyUpdates
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetCanApplyUpdates: Boolean; virtual;
C++
virtual bool __fastcall GetCanApplyUpdates();
Description
Getter method for the CanApplyUpdates property.
GetCanApplyUpdates determines whether the source adapter can apply updates.
- Note: This method always returns
False
, so descendant classes must override the GetCanApplyUpdates method to returnTrue
if the source adapter can apply updates orFalse
otherwise.