FireDAC.Comp.Client.TFDCustomTransaction.AfterCommit

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: TFDCustomTransaction

Delphi

property AfterCommit: TNotifyEvent read FAfterCommit write FAfterCommit;

C++

__property System::Classes::TNotifyEvent AfterCommit = {read=FAfterCommit, write=FAfterCommit};

Description

Fires after the transaction is committed.

The AfterCommit event fires after the Commit method is executed and the transaction is committed. In case of a nested transaction in the AfterCommit event handler, the transaction is not finished, but the nesting level is decremented.

See Also