Unit
IB_Components
Declaration
TIB_TransactionLink = class(TIB_Component)
Description
This component serves as a base class or contained object for other
components needing to become transaction aware.
It is like a TDataSource is to a TDataset except it is an InterBase transaction
that we are going to be made Aware of instead of a dataset.
Introduced Public Properties |
IB_Transaction |
Reference to the IB_Transaction to receive event notifications for. |
ReceiveFocus |
Determine if this component should receive a notification of a newly
focusing transaction component. |
Started |
Returns whether or not a referenced transaction is started. |
TransactionState |
Returns the transaction state of the referenced transaction. |
Introduced Public Methods |
OnReceiveFocus |
If ReceiveFocus is true then this event will be triggered anytime a new
IB_Transaction component is becomming focused. |