FireDAC.Comp.Client.TFDCustomConnection.AfterRollback

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AfterRollback: TNotifyEvent read FAfterRollback write FAfterRollback;

C++

__property System::Classes::TNotifyEvent AfterRollback = {read=FAfterRollback, write=FAfterRollback};

Description

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 the AfterRollback event handler, the transaction is not yet rolled back in full, but the nesting level is decremented.

See Also