Data.DBXTransport.TDBXChannelInfo.GetInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInfo: string; virtual;

C++

virtual System::UnicodeString __fastcall GetInfo();

Properties

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

Description

Provides general information on the channel.

The GetInfo method provides general information on the channel.

See Also