IBX.IBDatabase.TIBDatabase.TransactionCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransactionCount: Integer read GetTransactionCount;

C++

__property int TransactionCount = {read=GetTransactionCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBDatabase

Description

Returns the number of transactions associated with the TIBDataBase component.

Use TransactionCount to return how many transactions are currently associated with the InterBase database component.