Datasnap.DSServer.TDSServer.GetAllChannelNames

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServer

Delphi

function GetAllChannelNames: TList<string>;

C++

System::Generics::Collections::TList__1<System::UnicodeString>* __fastcall GetAllChannelNames();

Description

Returns a list of all channel names.

The GetAllChannelNames method is used to return a list of all channel names.

See Also