Datasnap.DSSession.TDSTunnelService.OnErrorReadSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnErrorReadSession: TTunnelSessionEvent read FOnErrorReadSession write FOnErrorReadSession;

C++

__property TTunnelSessionEvent OnErrorReadSession = {read=FOnErrorReadSession, write=FOnErrorReadSession};

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 the reading operation failed.

The OnErrorReadSession property specifies the type of event invoked if the reading operation failed because of a connection error.

See Also