Data.DBXTransport.TDbxChannel.Open
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TDbxChannel |
Delphi
procedure Open; virtual; abstract;
C++
virtual void __fastcall Open() = 0 ;
Description
Opens the communication channel.
Override the Open method in descending classes to specify actions that take place when the communication channel opens.