API:FireDAC.Comp.Client.TFDConnection.AfterStartTransaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterStartTransaction: TNotifyEvent read FAfterStartTransaction write FAfterStartTransaction;

C++

__property AfterStartTransaction;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDConnection

Description

Fires after transaction is started.

FireDAC.Comp.Client.TFDConnection.AfterStartTransaction inherits from FireDAC.Comp.Client.TFDCustomConnection.AfterStartTransaction. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.AfterStartTransaction.

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