API:Data.DbxHTTPLayer.TDBXHTTPSLayer.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open(const DBXProperties: TDBXProperties); override;

C++

virtual void __fastcall Open(Data::Dbxcommon::TDBXProperties* const DBXProperties);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDBXHTTPSLayer

Description

Opens the communication channel.

Data.DbxHTTPLayer.TDBXHTTPSLayer.Open inherits from Data.DbxHTTPLayer.TDBXHTTPLayer.Open. All content below this line refers to Data.DbxHTTPLayer.TDBXHTTPLayer.Open.

Opens the communication channel.

The Open method opens the communication channel, based on parameters present in the property object.

Open precedes any Read or Write operation.

The DBXProperties parameter is a property collection, usually with host name and port number.

See Also