FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeApplyUpdates: TFDDataSetEvent read FBeforeApplyUpdates write FBeforeApplyUpdates;

C++

__property TFDDataSetEvent BeforeApplyUpdates = {read=FBeforeApplyUpdates, write=FBeforeApplyUpdates};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

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.

See Also