Data.DbxSocketChannelNative.TDBXIdTCPLayer.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.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Data.DbxSocketChannelNative TDBXIdTCPLayer

Description

Opens the communication channel based on specific parameters.

The Open method opens the communication channel based on the parameters passed as Data.DBXCommon.TDBXProperties. Open must precede any Read or Write operations.

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

See Also