FireDAC.Comp.Client.TFDTransaction.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 TFDTransaction

Description

Fires after the transaction is started.

FireDAC.Comp.Client.TFDTransaction.AfterStartTransaction inherits from FireDAC.Comp.Client.TFDCustomTransaction.AfterStartTransaction. All content below this line refers to FireDAC.Comp.Client.TFDCustomTransaction.AfterStartTransaction.

Fires after the 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 started, but the nesting level is incremented.

See Also