Data.DBXTransport.TDbxChannel.ChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChannelInfo: TDBXChannelInfo read GetChannelInfo;

C++

__property TDBXChannelInfo* ChannelInfo = {read=GetChannelInfo};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDbxChannel

Description

Provides transport-specific information from transport implementation.

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

See Also