API:FireDAC.Comp.Client.TFDConnection.BeforeRollback

From RAD Studio API Documentation
Jump to: navigation, search

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 TFDConnection

Description

Fires before the transaction is rolled back.

FireDAC.Comp.Client.TFDConnection.BeforeRollback inherits from FireDAC.Comp.Client.TFDCustomConnection.BeforeRollback. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.BeforeRollback.

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