Data.Bind.ObjectScope.TBindSourceAdapter.GetCanRefresh
Delphi
function GetCanRefresh: Boolean; virtual;
C++
virtual bool __fastcall GetCanRefresh();
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 CanRefresh property.
GetCanRefresh returns whether the source adapter can refresh data.
- Note:  This method always returns True, so descendant classes must override the GetCanRefresh method to returnTrueif the source adapter can refresh data orFalseotherwise.