Data.DBXTransport.TDBXChannelInfo.Info

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TDBXChannelInfo

Delphi

property Info: string read GetInfo;

C++

__property System::UnicodeString Info = {read=GetInfo};

Description

Provides general information on the channel.

The Info property provides general information on the channel.

See Also