Datasnap.DSServer.TDSServer.GetAllChannelNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAllChannelNames: TList<string>;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Returns a list of all channel names.

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

See Also