Datasnap.DSCommon.TDSCallbackItem.Channels

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Channels: TStrings read FChannels;

C++

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

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