API:FireDAC.Comp.Client.TFDTransaction.AfterCommit
Delphi
property AfterCommit;
C++
__property AfterCommit;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDTransaction |
Description
Fires after the transaction is committed.
FireDAC.Comp.Client.TFDTransaction.AfterCommit inherits from FireDAC.Comp.Client.TFDCustomTransaction.AfterCommit. All content below this line refers to FireDAC.Comp.Client.TFDCustomTransaction.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 finished, but the nesting level is decremented.