IBX.IBDatabase.TIBDatabase.GetConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnected: Boolean; override;

C++

virtual bool __fastcall GetConnected();

Properties

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

Description

Returns the value of the Connected property.

IBX.IBDatabase.TIBDatabase.GetConnected inherits from Data.DB.TCustomConnection.GetConnected. All content below this line refers to Data.DB.TCustomConnection.GetConnected.

Returns the value of the Connected property.

GetConnected is the protected read implementation of the Connected property. Descendent classes override this method to return true if a connection is open and false otherwise. As defined in TCustomConnection, GetConnected always returns false.

See Also