API:FireDAC.Comp.Client.TFDQuery.AfterApplyUpdates
[–] Properties | |
---|---|
Type: event | |
Visibility: published | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDQuery |
Delphi
property AfterApplyUpdates;
C++
__property AfterApplyUpdates;
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.