API:FireDAC.Comp.Client.TFDTransaction.AfterStartTransaction
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDTransaction | |
Delphi
property AfterStartTransaction;
C++
__property AfterStartTransaction;
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.