Datasnap.DSServer.TDSCallbackTunnelEventItem.CallbackChannelNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CallbackChannelNames: TStrings;

C++

System::Classes::TStrings* CallbackChannelNames;

Properties

Type Visibility Source Unit Parent
field public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnelEventItem

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