FireDAC.Comp.Client.TFDTransaction.BeforeRollback

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDTransaction

Delphi

property BeforeRollback;

C++

__property BeforeRollback;

Description

Fires before the transaction is rolled back.

FireDAC.Comp.Client.TFDTransaction.BeforeRollback inherits from FireDAC.Comp.Client.TFDCustomTransaction.BeforeRollback. All content below this line refers to FireDAC.Comp.Client.TFDCustomTransaction.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