InTransaction property

Applies to
TIB_Transaction

Declaration
Property InTransaction : boolean;

Description
This property tells whether an explicite logical transaction is in progress. It only returns true once StartTransaction has been called. It will return false even though an implicite logical transaction may be in effect.

For more general control use the TransactionIsActive property which works for both the implicite and explicite logical transaction modes.