Datasnap.DSCommon.TDSClientCallbackChannelManager.GetCallbackIds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCallbackIds: TArray<string>;

C++

System::DynamicArray<System::UnicodeString> __fastcall GetCallbackIds();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Returns a list of all callback IDs registered with this manager.

The GetCallbackIds method returns a list of all callback IDs registered with this manager.

See Also