Data.Bind.Controls.TBindNavigatorController.ApplyUpdates

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 ApplyUpdates;

C++

void __fastcall ApplyUpdates();

Description

Sends all the updated, inserted, and deleted records from the dataset to the provider, for writing to the database.

See Also