FireDAC.Comp.Client.TFDCustomConnection.BeforeRollback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeRollback: TNotifyEvent read FBeforeRollback write FBeforeRollback;

C++

__property System::Classes::TNotifyEvent BeforeRollback = {read=FBeforeRollback, write=FBeforeRollback};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

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