Data.Bind.ObjectScope.TBindSourceAdapter.CanRefresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

property CanRefresh: Boolean read GetCanRefresh;

C++

__property bool CanRefresh = {read=GetCanRefresh, nodefault};

Description

Indicates if the source adapter can refresh data.

Read CanRefresh to determine if the source adapter can refresh data. This property uses the getter method GetCanRefresh, that returns True if the source adapter can refresh data or False otherwise.

Note: The GetCanRefresh method always returns True, so descendant classes must override this method.

See Also