Data.SqlExpr.TSQLConnection.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
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Provides the interface for a method that opens a connection.

The Connected property uses DoConnect to establish a connection.

See Also