Datasnap.DSServer.TDSCallbackTunnelEventItem.CallbackChannelNames

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

CallbackChannelNames: TStrings;

C++

System::Classes::TStrings* CallbackChannelNames;

Description

List of server channel names in which the specific callback is interested.

The CallbackChannelNames field holds a list of strings with the list of server channel names in which the specific callback (if CallbackAdded) is interested in.

See Also