Data.Bind.Controls.TBindNavigatorController.CanCancelUpdates
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Bind.Controls.pas Data.Bind.Controls.hpp
| |
Unit: Data.Bind.Controls | |
Parent: TBindNavigatorController |
Delphi
function CanCancelUpdates: Boolean;
C++
bool __fastcall CanCancelUpdates();
Description
Returns whether clearing all the pending cached updates and restoring the dataset to its prior state is possible or not.
The CanCancelUpdates method returns True if clearing of all the pending cached updates and restoring the dataset to its prior state is possible, False otherwise.