FireDAC.Comp.Client.TFDCustomConnection.BeforeCommit
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomConnection | |
Delphi
property BeforeCommit: TNotifyEvent read FBeforeCommit write FBeforeCommit;
C++
__property System::Classes::TNotifyEvent BeforeCommit = {read=FBeforeCommit, write=FBeforeCommit};
Description
Fires before the transaction is committed.
The BeforeCommit event fires before the Commit method is executed and the transaction is committed.