Data.DbxHTTPLayer.TDBXHTTPLayer.Open
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DbxHTTPLayer.pas Data.DbxHTTPLayer.hpp
| |
Unit: Data.DbxHTTPLayer | |
Parent: TDBXHTTPLayer |
Delphi
procedure Open(const DBXProperties: TDBXProperties); override;
C++
virtual void __fastcall Open(Data::Dbxcommon::TDBXProperties* const DBXProperties);
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.