API:IBX.IBDatabase.TIBDatabase.DoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoConnect; override;

C++

virtual void __fastcall DoConnect();

Properties

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

Description

Provides the interface for a method that opens a connection.

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

Provides the interface for a method that opens a connection.

The Connected property uses DoConnect to establish a connection. Descendent classes override the DoConnect method to establish their connection as appropriate. As implemented in TCustomConnection, DoConnect does nothing.

See Also