FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates

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 BeforeApplyUpdates: TFDDataSetEvent read FBeforeApplyUpdates write FBeforeApplyUpdates;

C++

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

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