FireDAC.Comp.DataSet.TFDAfterApplyUpdatesEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: FireDAC.Comp.DataSet |
Delphi
TFDAfterApplyUpdatesEvent = procedure (DataSet: TFDDataSet; AErrors: Integer) of object;
C++
typedef void __fastcall (__closure *TFDAfterApplyUpdatesEvent)(TFDDataSet* DataSet, int AErrors);
Description
Occurs after the updates are applied to the dataset.
Write an event handler of TFDAfterApplyUpdatesEvent type to take specific actions after the updates are applied to the dataset.