Datasnap.DSServer.TDSCallbackTunnel.RemoveId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveId(const Id: string): Boolean;

C++

bool __fastcall RemoveId(const System::UnicodeString Id);

Properties

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

Description

Unregisters a client callback.

The RemoveId method unregisters a client callback with a given Id. RemoveId returns True if there are more identifiers left, False otherwise.

See Also