TransactionIsActive property |
Applies to
TIB_Transaction
Declaration
Property TransactionIsActive : boolean;
Description
This property tells whether or not there is a change posted or pending to
post for the transaction. This property works for both the implicite and
explicite logical transaction modes.
It is different than InTransaction because it will still return false even
though StartTransaction has been called. InTransaction returns true once
StartTransaction has been called even if no changes have been posted or are
even pending to post.