FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

property AfterApplyUpdates: TFDAfterApplyUpdatesEvent read FAfterApplyUpdates write FAfterApplyUpdates;

C++

__property TFDAfterApplyUpdatesEvent AfterApplyUpdates = {read=FAfterApplyUpdates, write=FAfterApplyUpdates};

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.

See Also