Datasnap.DSCommon.TDSCallbackItem.ServerChannelName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServerChannelName: string read FServerChannelName;

C++

__property System::UnicodeString ServerChannelName = {read=FServerChannelName};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSCallbackItem

Description

Specifies the name of the channel on which this item is listening.

The ServerChannelName property specifies the name of the channel on which this item is listening.

See Also