Datasnap.DSSession.TDSTunnelService.OnCloseSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCloseSession: TTunnelSessionEvent read FOnCloseSession write FOnCloseSession;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSTunnelService

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