Datasnap.DSServer.TDSCallbackTunnelEventItem.Tunnel

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSCallbackTunnelEventItem

Delphi

Tunnel: TDSCallbackTunnel;

C++

TDSCallbackTunnel* Tunnel;

Description

The tunnel being acted on.

The Tunnel field holds the tunnel being acted on with type TDSCallbackTunnel.

See Also