FireDAC.Comp.Client.TFDQuery.BeforeApplyUpdates

From RAD Studio API Documentation

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 TFDQuery

Description

Fires before the cached updates are applied to the database. {{#multireplace:FireDAC.Comp.Client.TFDQuery.BeforeApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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