IBX.IBDatabase.TIBDatabase.Transactions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transactions[Index: Integer]: TIBTransaction read GetTransaction;

C++

__property TIBTransaction* Transactions[int Index] = {read=GetTransaction};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Specifies a transaction for the given index.

Given an integer index, Transactions returns the transaction at the given index. This is used internally for broadcasting important messages to attached components.