Data.Bind.Controls.TBindNavigatorController.CanCancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanCancelUpdates: Boolean;

C++

bool __fastcall CanCancelUpdates();

Properties

Type Visibility Source Unit Parent
function public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

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.

See Also