Datasnap.DSClientRest.TDSRestClientCallback.ChannelNames

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ChannelNames: TStrings read FChannelNames;

C++

__property System::Classes::TStrings* ChannelNames = {read=FChannelNames};

Description

Specifies a list with all the channel names for this callback.

The ChannelNames property specifies a list that contains the names of all channels for this client callback.

See Also