Data.DBXTransport.TDbxChannel.FChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
Data.DBXTransport.pas
Data.DBXTransport.hpp
Unit: Data.DBXTransport
Parent: TDbxChannel

Delphi

FChannelInfo: TDBXChannelInfo;

C++

TDBXChannelInfo* FChannelInfo;

Description

Provides transport-specific information from transport implementation.

FChannelInfo provides transport-specific information from transport implementation.

See Also