Data.Bind.Controls.TBindNavigatorController.CanApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function CanApplyUpdates: Boolean;

C++

bool __fastcall CanApplyUpdates();

Description

Returns whether sending all the updated, inserted, and deleted records from the dataset to the provider for writing to the database is possible or not.

The CanApplyUpdates method returns True if sending all updated, inserted, and deleted records from the dataset to the provider for writing to the database is possible, False otherwise.

See Also