Bde.DBTables.TDatabase.DoConnect
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TDatabase |
Delphi
procedure DoConnect; override;
C++
virtual void __fastcall DoConnect();
Description
Provides the interface for a method that opens a connection.
Bde.DBTables.TDatabase.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.