API:FireDAC.Comp.Client.TFDConnection.BeforeStartTransaction

From RAD Studio API Documentation

Delphi

property BeforeStartTransaction: TNotifyEvent read FBeforeStartTransaction write FBeforeStartTransaction;

C++

__property BeforeStartTransaction;

Properties

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

Description

Fires before the transaction is started. FireDAC.Comp.Client.TFDConnection.BeforeStartTransaction inherits from FireDAC.Comp.Client.TFDCustomConnection.BeforeStartTransaction. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.BeforeStartTransaction.

Fires before the transaction is started.

The BeforeStartTransaction event fires before the StartTransaction method is executed and the transaction is started.

See Also