Datasnap.Provider.TBeforeCommitEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TBeforeCommitEvent)(System::TObject* Sender, Datasnap::Dbclient::TCustomClientDataSet* DeltaDS, int ErrorCount, int MaxErrors, const System::OleVariant &ResultVar);

Properties

Type Visibility Source Unit Parent
typedef public Datasnap.Provider.hpp Datasnap.Provider Datasnap.Provider

Description

TBeforeCommitEvent represents the procedure type for the events that occur before committing a dataset.

A variable of TBeforeCommitEvent type references an event that occurs before the associated resolver commits the changes to the dataset.

See Also