Data.DBXTransport.TDBXLocalChannel.GetChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

virtual TDBXChannelInfo* __fastcall GetChannelInfo();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXLocalChannel

Description

Returns specific information about the communication channel.

The GetChannelInfo method returns the ID and information of the communication channel.

See Also