IBX.IBDatabase.TIBTransaction.Databases

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Databases[Index: Integer]: TIBDatabase read GetDatabase;

C++

__property TIBDatabase* Databases[int Index] = {read=GetDatabase};

Properties

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

Description

Returns the database at the given integer index.

Use Databases to return the database at the given integer index.