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 secure communication channel.

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

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