Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDatabase.Transactions

Indexed access to all transaction components connected to this database.

Declaration

Source position: db.pas line 2306

public property TDatabase.Transactions[Index: LongInt] : TDBTransaction
  read GetTransaction;

Description

Transactions provides indexed access to the transaction components connected to this database. The Index is zero based: it runs from 0 to TransactionCount-1.

See also

TDatabase.TransactionCount

  

Number of transaction components connected to this database.


Documentation generated on: Jul 24 2023