API:Data.DBXTransport.TDBXLocalChannel.GetChannelInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

virtual TDBXChannelInfo* __fastcall GetChannelInfo();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXLocalChannel

Beschreibung

Gibt spezifische Informationen über den Kommunikationskanal zurück.

Data.DBXTransport.TDBXLocalChannel.GetChannelInfo erbt von Data.DBXTransport.TDbxChannel.GetChannelInfo. Der folgende Inhalt bezieht sich auf Data.DBXTransport.TDbxChannel.GetChannelInfo.

Gibt spezifische Informationen über den Kommunikationskanal zurück.

Die GetChannelInfo-Methode gibt die ID und die Informationen des Kommunikationskanals zurück.

Siehe auch