API:FireDAC.Comp.Client.TFDTransaction.BeforeRollback

From RAD Studio API Documentation

Delphi

property BeforeRollback: TNotifyEvent read FBeforeRollback write FBeforeRollback;

C++

__property BeforeRollback;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDTransaction

Description

Fires before the transaction is rolled back. {{#multireplace:FireDAC.Comp.Client.TFDTransaction.BeforeRollback|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.Client.TFDCustomTransaction.BeforeRollback|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.BeforeRollback|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Fires before the transaction is rolled back.

The BeforeRollback event fires before the Rollback method is executed and the transaction is rolled back.

See Also