IBX.IBDatabase.TIBTransaction.Params

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Params: TStrings read FTRParams write SetTRParams;

C++

__property System::Classes::TStrings* Params = {read=FTRParams, write=SetTRParams};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Description

Returns the transaction parameter buffer associated with the transaction component.

Use Params to examine and set parameters in the transaction parameter buffer. Refer to the Interbase API Guide for the names of the parameters to provide.