Datasnap.DSServer.TDSServer.GetAllChannelCallbackId

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 GetAllChannelCallbackId(const ChannelName: string): TList<string>;

C++

System::Generics::Collections::TList__1<System::UnicodeString>* __fastcall GetAllChannelCallbackId(const System::UnicodeString ChannelName);

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.

See Also