API:FireDAC.Comp.Client.TFDConnection.TxOptions

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property TxOptions;

C++

__property TxOptions;

Description

The set of options to control transactions.

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

The set of options to control transactions.

The TxOptions property is the set of the properties that control the transactions in this connection. 

You can change the transaction properties while the transaction is not active. If you set the Transaction property, then the application should use Transaction.Options instead of TxOptions.

See Also