Data.DBXTransport.TDbxChannel.ChannelInfo

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: TDbxChannel

Delphi

property ChannelInfo: TDBXChannelInfo read GetChannelInfo;

C++

__property TDBXChannelInfo* ChannelInfo = {read=GetChannelInfo};

Description

Provides transport-specific information from transport implementation.

The ChannelInfo property provides transport-specific information from transport implementation.

See Also