API:FireDAC.Comp.Client.TFDQuery.BeforeApplyUpdates
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDQuery | |
Delphi
property BeforeApplyUpdates;
C++
__property BeforeApplyUpdates;
Description
Fires before the cached updates are applied to the database.
FireDAC.Comp.Client.TFDQuery.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.