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

TDBTransaction.Active

Is the transaction active or not.

Declaration

Source position: db.pas line 2210

published property TDBTransaction.Active : Boolean
  read FActive
  write setactive;

Description

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.

See also

TDBTransaction.StartTransaction

TDBTransaction.EndTransaction


Documentation generated on: Jul 24 2023