RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase.Transactions Property

Specifies a transaction for the given index.

Pascal
property Transactions [Index: Integer]: TIBTransaction;
C++
__property TIBTransaction Transactions[int Index];

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!