TIB_TransactionSource Object
Properties Methods

Unit
IB_TransactionSource

Declaration
TIB_TransactionSource = class(TIB_TransactionLink)

Description
This component is used mostly as an internal or contained object in order to make another component or object transaction aware. One example is the IB_TransactionBar control.

However, it comes in very handy to make a form transaction aware. This can be seen in the IBF_Base.PAS/DFM form file. It is used as a base class for form inheritance all throughout the IB_WISQL sample application.

Introduced Public Properties
AfterAssignment 
AfterCommit 
AfterCommitRetaining 
AfterEnd 
AfterRollback 
AfterRollbackRetaining 
AfterStart 
BeforeAssignment 
BeforeCommit 
BeforeCommitRetaining 
BeforeEnd 
BeforeRollback 
BeforeRollbackRetaining 
BeforeStart 
OnPostPendingChanged 
OnStatusChanged 

Introduced Public Methods
ProcessEvent