FireDAC.Comp.Client.TFDCustomConnection.AfterStartTransaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterStartTransaction: TNotifyEvent read FAfterStartTransaction  write FAfterStartTransaction;

C++

__property System::Classes::TNotifyEvent AfterStartTransaction = {read=FAfterStartTransaction, write=FAfterStartTransaction};

Properties

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

Description

Fires after transaction is started.

The AfterStartTransaction event fires after the StartTransaction method is executed and the transaction is started.

In case of a nested transaction in AfterStartTransaction event handler the transaction is not yet started, but the nesting level is incremented.

See Also