API:FireDAC.Comp.Client.TFDTable.BeforeApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeApplyUpdates: TFDDataSetEvent read FBeforeApplyUpdates write FBeforeApplyUpdates;

C++

__property BeforeApplyUpdates;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDTable

Description

Fires before the cached updates are applied to the database.

FireDAC.Comp.Client.TFDTable.BeforeApplyUpdates inherits from FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates.

Fires before the cached updates are applied to the database.

The BeforeApplyUpdates event fires before the cached updates are applied to the database, as a result of the ApplyUpdates method call.

See Also