FireDAC.Comp.Client.TFDCustomConnection.TxOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TxOptions: TFDTxOptions read FTxOptions write SetTxOptions;

C++

__property Firedac::Stan::Option::TFDTxOptions* TxOptions = {read=FTxOptions, write=SetTxOptions};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomConnection

Description

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