Datasnap.DSServer.TDSCallbackTunnel.RemoveId
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSCallbackTunnel |
Delphi
function RemoveId(const Id: string): Boolean;
C++
bool __fastcall RemoveId(const System::UnicodeString Id);
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.