Datasnap.DSSession.TDSTunnelService.OnCloseSession
| [–] 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.