FireDAC.Comp.Client.TFDTransaction.BeforeStartTransaction

From RAD Studio API Documentation
Jump to: navigation, search

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 TFDTransaction

Description

Fires before the transaction is started.

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

Fires before the transaction is started.

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

See Also