Datasnap.DSServer.TDSCallbackTunnelManager.AddTunnelEvent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnelManager

Delphi

procedure AddTunnelEvent(Event: TDSCallbackTunnelEvent);

C++

void __fastcall AddTunnelEvent(_di_TDSCallbackTunnelEvent Event);

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