API:FireDAC.Comp.Client.TFDConnection.BeforeCommit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeCommit: TNotifyEvent read FBeforeCommit write FBeforeCommit;

C++

__property BeforeCommit;

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 committed.

FireDAC.Comp.Client.TFDConnection.BeforeCommit inherits from FireDAC.Comp.Client.TFDCustomConnection.BeforeCommit. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.BeforeCommit.

Fires before the transaction is committed.

The BeforeCommit event fires before the Commit method is executed and the transaction is committed.

See Also