Datasnap.DSSession.TDSTunnelService.OnErrorWriteSession

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 OnErrorWriteSession: TTunnelSessionEvent read FOnErrorWriteSession write FOnErrorWriteSession;

C++

__property TTunnelSessionEvent OnErrorWriteSession = {read=FOnErrorWriteSession, write=FOnErrorWriteSession};

Description

Specifies the type of event invoked if the writing operation failed.

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

See Also