Datasnap.DSServer.TDSCallbackTunnelManager.RemoveTunnelEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveTunnelEvent(Event: TDSCallbackTunnelEvent): Boolean;

C++

bool __fastcall RemoveTunnelEvent(_di_TDSCallbackTunnelEvent Event);

Properties

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

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.

See Also