Datasnap.DSServer.TDSServer.GetAllChannelCallbackId
Delphi
function GetAllChannelCallbackId(const ChannelName: string): TList<string>;
C++
System::Generics::Collections::TList__1<System::UnicodeString>* __fastcall GetAllChannelCallbackId(const System::UnicodeString ChannelName);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Datasnap.DSServer.pas Datasnap.DSServer.hpp |
Datasnap.DSServer | TDSServer |
Description
Returns a list of all callbacks available on a given channel.
The GetAllChannelCallbackId method returns a list of all callbacks available on a channel given through the ChannelName parameter.
ChannelName represents the name of the channel callback.