Data.Bind.ObjectScope.TBindSourceAdapter.GetCanApplyUpdates
Delphi
function GetCanApplyUpdates: Boolean; virtual;
C++
virtual bool __fastcall GetCanApplyUpdates();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp | Data.Bind.ObjectScope | TBindSourceAdapter | 
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 returnTrueif the source adapter can apply updates orFalseotherwise.