Datasnap.DSCommon.TDSCallbackItem.ServerChannelName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSCallbackItem

Delphi

property ServerChannelName: string read FServerChannelName;

C++

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

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