Data.Bind.Controls.TBindNavigatorController.ApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyUpdates;

C++

void __fastcall ApplyUpdates();

Properties

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

Description

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

See Also