Datasnap.DSSession.TDSTunnelService.OnCloseSession

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 OnCloseSession: TTunnelSessionEvent read FOnCloseSession write FOnCloseSession;

C++

__property TTunnelSessionEvent OnCloseSession = {read=FOnCloseSession, write=FOnCloseSession};

Description

Specifies the type of event invoked before the session is closed.

The OnCloseSession property specifies the type of event invoked before the session is closed.

See Also