Data.DBXCommon.TDBXCommunicationLayer.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open(const DbxProperties: TDBXProperties); virtual; abstract;

C++

virtual void __fastcall Open(TDBXProperties* const DbxProperties) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommunicationLayer

Description

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