Datasnap.DSServer.TDSCallbackTunnel.ServerChannelName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ServerChannelName: string read FServerChannelName;

C++

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

Description

Specifies the name of the server channel.

The ServerChannelName read-only property specifies the name of the server channel.

See Also