FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.AfterApplyUpdates

From RAD Studio API Documentation

Delphi

property AfterApplyUpdates: TFDAfterApplyUpdatesEvent read FAfterApplyUpdates write FAfterApplyUpdates;

C++

__property AfterApplyUpdates;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Phys.MongoDBDataSet.pas
FireDAC.Phys.MongoDBDataSet.hpp
FireDAC.Phys.MongoDBDataSet TFDMongoDataSet

Description

Fires after the cached updates are applied to the database. {{#multireplace:FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.AfterApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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