Datasnap.DSCommon.TDSCallbackItem.Channels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Channels: TStrings read FChannels;

C++

__property System::Classes::TStrings* Channels = {read=FChannels};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSCallbackItem

Description

Specifies a list of channel names in which this specific callback is interested, or nil.

The Channels property specifies a list of channel names in which this specific callback is interested, or nil.

See Also