API:Data.DBXTransport.TDBXSocketChannelInfo.GetInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInfo: string; override;

C++

virtual System::UnicodeString __fastcall GetInfo();

Properties

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

Description

Provides general information on the channel.

Data.DBXTransport.TDBXSocketChannelInfo.GetInfo inherits from Data.DBXTransport.TDBXChannelInfo.GetInfo. All content below this line refers to Data.DBXTransport.TDBXChannelInfo.GetInfo.

Provides general information on the channel.

The GetInfo method provides general information on the channel.

See Also