FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates
Delphi
property AfterApplyUpdates: TFDAfterApplyUpdatesEvent read FAfterApplyUpdates write FAfterApplyUpdates;
C++
__property TFDAfterApplyUpdatesEvent AfterApplyUpdates = {read=FAfterApplyUpdates, write=FAfterApplyUpdates};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
Description
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.