API:Data.DbxSocketChannelNative.TDBXIdTCPLayer.Open

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Unit: Data.DbxSocketChannelNative
Parent: TDBXIdTCPLayer

Delphi

procedure Open(const DBXProperties: TDBXProperties); override;

C++

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

Description

Opens the communication channel based on specific parameters.

Data.DbxSocketChannelNative.TDBXIdTCPLayer.Open inherits from Data.DBXCommon.TDBXCommunicationLayer.Open. All content below this line refers to Data.DBXCommon.TDBXCommunicationLayer.Open.

Opens the communication channel based on specific parameters.

The Open method opens the communication channel based on the parameters passed as TDBXProperties. Open precedes any Read or Write operations.

The TDBXProperties passed parameter represents a collection of properties, usually containing a host name and a port number.

See Also