API:FireDAC.Comp.Client.TFDQuery.AfterApplyUpdates
From RAD Studio API Documentation
Delphi
property AfterApplyUpdates: TFDAfterApplyUpdatesEvent read FAfterApplyUpdates write FAfterApplyUpdates;
C++
__property AfterApplyUpdates;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDQuery |
Description
Fires after the cached updates are applied to the database.
FireDAC.Comp.Client.TFDQuery.AfterApplyUpdates inherits from FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates.
Fires after the cached updates are applied to the database.
The AfterApplyUpdates event fires after the cached updates are applied to the database, as a result of the ApplyUpdates method call.