Datasnap.DSSession.TDSTunnelService.OnErrorOpenSession

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 OnErrorOpenSession: TTunnelSessionEvent read FOnErrorOpenSession write FOnErrorOpenSession;

C++

__property TTunnelSessionEvent OnErrorOpenSession = {read=FOnErrorOpenSession, write=FOnErrorOpenSession};

Description

Specifies the type of event invoked if a session cannot open.

The OnErrorOpenSession property specifies the type of event invoked if a session cannot open.

See Also