Data.Bind.ObjectScope.TObjectBindSourceAdapter.GetCanCancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TObjectBindSourceAdapter

Delphi

function GetCanCancelUpdates: Boolean; override;

C++

virtual bool __fastcall GetCanCancelUpdates();

Description

Getter method for the CanCancelUpdates property.

Data.Bind.ObjectScope.TObjectBindSourceAdapter.GetCanCancelUpdates inherits from Data.Bind.ObjectScope.TBindSourceAdapter.GetCanCancelUpdates. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.GetCanCancelUpdates.

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 return True if the source adapter can cancel updates or False otherwise.

See Also