Datasnap.DSServer.TDSCallbackTunnel.AddAllIds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddAllIds(container: TList<string>);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSCallbackTunnel

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