Data.DB.TCustomConnection.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open; overload;

C++

void __fastcall Open()/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TCustomConnection

Description

Opens the connection.

Call Open to establish a connection to the remote source of database information. Open sets the Connected property to true.

See Also