Datasnap.DSServer.TDSCallbackTunnelManager.AddTunnelEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddTunnelEvent(Event: TDSCallbackTunnelEvent);

C++

void __fastcall AddTunnelEvent(_di_TDSCallbackTunnelEvent Event);

Properties

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

Description

Adds the given callback tunnel event to the list of events.

The AddTunnelEvent method adds the given callback tunnel event to the list of events, which gets executed when a change occurs with a callback tunnel through the TDSCallbackTunnelManager.

See Also