Datasnap.DSSession.TDSTunnelService.OnErrorReadSession

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 OnErrorReadSession: TTunnelSessionEvent read FOnErrorReadSession write FOnErrorReadSession;

C++

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

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