Datasnap.DSTCPServerTransport.TDSTCPChannel.GetChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

virtual Data::Dbxtransport::TDBXChannelInfo* __fastcall GetChannelInfo();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPChannel

Description

GetChannelInfo is used to retrieve channel information.

The GetChannelInfo method is used to retrieve channel information for the current transport.

See Also