RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.TBeforeCommitEvent Type

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

Pascal
TBeforeCommitEvent = procedure (Sender:TObject; DeltaDS: TCustomClientDataSet; ErrorCount, MaxErrors: integer; const ResultVar: OleVariant) of object;
C++
(Sender:TObject; DeltaDS: TCustomClientDataSet; ErrorCount, MaxErrors: integer; const ResultVar: OleVariant) ( TBeforeCommitEvent)();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!