Data.Bind.ObjectScope.TBindSourceAdapter.CanRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanRefresh: Boolean read GetCanRefresh;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

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