Data.SqlExpr.TSQLConnection.DoConnect
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: TSQLConnection | |
Delphi
procedure DoConnect; override;
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.