Data.Bind.Controls.TBindNavigatorController.CanApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanApplyUpdates: Boolean;

C++

bool __fastcall CanApplyUpdates();

Properties

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

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