FireDAC.Comp.DataSet.TFDAfterApplyUpdatesEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDAfterApplyUpdatesEvent = procedure (DataSet: TFDDataSet; AErrors: Integer) of object;

C++

typedef void __fastcall (__closure *TFDAfterApplyUpdatesEvent)(TFDDataSet* DataSet, int AErrors);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet FireDAC.Comp.DataSet

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.

See Also