Data.Bind.ObjectScope.TBindSourceAdapter.GetCanRefresh
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetCanRefresh: Boolean; virtual;
C++
virtual bool __fastcall GetCanRefresh();
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 returnTrue
if the source adapter can refresh data orFalse
otherwise.