Number of transaction components connected to this database.
Source position: db.pas line 2322
public property TDatabase.TransactionCount : LongInt |
TransactionCount is the number of transaction components which are connected to this database instance. It is the upper bound for the TDatabase.Transactions array property.
|
Indexed access to all transaction components connected to this database. |