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