Datasnap.DSSession.TDSTunnelService.OnErrorOpenSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnErrorOpenSession: TTunnelSessionEvent read FOnErrorOpenSession write FOnErrorOpenSession;

C++

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

Properties

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

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