Datasnap.DSSession.TDSTunnelService.OnOpenSession

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSTunnelService

Delphi

property OnOpenSession: TTunnelSessionEvent read FOnOpenSession write FOnOpenSession;

C++

__property TTunnelSessionEvent OnOpenSession = {read=FOnOpenSession, write=FOnOpenSession};

Description

Specifies the type of event invoked after the tunnel session is opened.

The OnOpenSession property specifies the type of event invoked after the tunnel session is opened.

See Also