API:FireDAC.Comp.Client.TFDTransaction.AfterRollback
Delphi
property AfterRollback: TNotifyEvent read FAfterRollback write FAfterRollback;
C++
__property AfterRollback;
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 rolled back. {{#multireplace:FireDAC.Comp.Client.TFDTransaction.AfterRollback|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDCustomTransaction.AfterRollback|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.Client.TFDCustomTransaction.AfterRollback|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Fires after the transaction is rolled back.
The AfterRollback event fires after the Rollback method is executed and the transaction is rolled back. In case of a nested transaction in AfterRollback event handler, the transaction is not rolled back in full, but the nesting level is decremented.