Datasnap.DSClientRest.TDSRestClientCallback.ChannelNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChannelNames: TStrings read FChannelNames;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestClientCallback

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