Datasnap.DSServer.TDSCallbackTunnel.AddAllIds

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnel

Delphi

procedure AddAllIds(container: TList<string>);

C++

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

Description

Registers several client callbacks.

The AddAllIds method registers several client callbacks. The container parameter represents a list of strings that represent the identifiers of the callbacks that need to be registered.

See Also