API:FireDAC.Comp.Client.TFDConnection.BeforeCommit

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDConnection

Delphi

property BeforeCommit;

C++

__property BeforeCommit;

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