IBX.IBDatabase.TIBDatabase.TestConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TestConnected: Boolean;

C++

bool __fastcall TestConnected(void);

Properties

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

Description

Tests whether a database is connected.

Use TestConnected to determine whether a database is connected to the server. TestConnected returns true if the connection is good, and false if it is not.