API:FireDAC.Comp.Client.TFDConnection.AfterCommit
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDConnection | |
Delphi
property AfterCommit;
C++
__property AfterCommit;
Description
Fires after the transaction is committed.
FireDAC.Comp.Client.TFDConnection.AfterCommit inherits from FireDAC.Comp.Client.TFDCustomConnection.AfterCommit. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.AfterCommit.
Fires after the transaction is committed.
The AfterCommit event fires after the Commit method is executed and the transaction is committed.
In case of a nested transaction in the AfterCommit event handler, the transaction is not yet finished, but the nesting level is decremented.