Datasnap.DSServer.TDSCallbackTunnelManager.RemoveTunnelEvent
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
| Unit: Datasnap.DSServer | |
| Parent: TDSCallbackTunnelManager | |
Delphi
function RemoveTunnelEvent(Event: TDSCallbackTunnelEvent): Boolean;
C++
bool __fastcall RemoveTunnelEvent(_di_TDSCallbackTunnelEvent Event);
Description
Removes the given callback tunnel event from the list of events.
The RemoveTunnelEvent method removes the given callback tunnel event from the list of events, which gets executed when a change occurs with a callback tunnel through the TDSCallbackTunnelManager.
RemoveTunnelEvent returns True if the given callback tunnel event was successfully removed, False otherwise.