Datasnap.DSServer.TDSCallbackTunnelBufferItem.ChannelName

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: TDSCallbackTunnelBufferItem

Delphi

property ChannelName: string read FChannelName;

C++

__property System::UnicodeString ChannelName = {read=FChannelName};

Description

Specifies the name of this channel.

The ChannelName read-only property specifies the name of this channel.

See Also