Data.DB.TCustomConnection.DoConnect
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TCustomConnection | |
Delphi
procedure DoConnect; virtual;
C++
virtual void __fastcall DoConnect();
Description
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.