Is the transaction active or not.
Source position: db.pas line 2221
|  published property TDBTransaction.Active : Boolean | 
Active is True if a transaction was started using TDBTransaction.StartTransaction. Reversely, setting Active to True will call StartTransaction, setting it to False will call TDBTransaction.EndTransaction.
| TDBTransaction.StartTransaction | 
| TDBTransaction.EndTransaction |