Data.DB.TCustomConnection.Open
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TCustomConnection |
Delphi
procedure Open; overload;
C++
void __fastcall Open()/* overload */;
Description
Opens the connection.
Call Open to establish a connection to the remote source of database information. Open sets the Connected property to true.