Data.DbxHTTPLayer.TDBXHTTPLayer.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 TDBXHTTPLayer

Description

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