FireDAC.Comp.Client.TFDCustomConnection.AfterStartTransaction

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 AfterStartTransaction: TNotifyEvent read FAfterStartTransaction

C++

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

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