Datasnap.DSServer.TDSServer.GetAllChannelNames
[–] 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.