Open main menu

RAD Studio API Documentation β

IBX.IBDatabase.TIBDatabase.TransactionCount

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.