Data.DBXTransport.TDBXLocalChannel.Open

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Open; override;

C++

virtual void __fastcall Open();

Description

Opens the communication channel.

The Open method opens the local communication channel.

See Also