InTransaction: Boolean;
The InTransaction method returns whether transaction is unfinished.
The method returns True if after calling the StartTransaction method any SQL queries that change data on the server were executed, and the Commit, or the Rollback methods were not called.
See also: