Data.DBXClient.TDBXClientDriver.CreateChannel
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
Unit: Data.DBXClient | |
Parent: TDBXClientDriver |
Delphi
function CreateChannel: TDbxChannel; virtual;
C++
virtual Data::Dbxtransport::TDbxChannel* __fastcall CreateChannel();
Description
Creates a communication channel.
Based on a driver's DriverName property, CreateChannel creates a communication channel between server and client.