API:FireDAC.Comp.Client.TFDConnection.TxOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TxOptions: TFDTxOptions read FTxOptions write SetTxOptions;

C++

__property TxOptions;

Properties

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

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