Data.DBXCommon.TDBXCommunicationLayer.Open

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

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