Data.Bind.Controls.TBindNavigatorController.CancelUpdates

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Unit: Data.Bind.Controls
Parent: TBindNavigatorController

Delphi

procedure CancelUpdates;

C++

void __fastcall CancelUpdates();

Description

Clears all the pending cached updates from the cache and restores the dataset to its prior state.

See Also