Datasnap.DSSession.TDSTunnelService.OnErrorWriteSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnErrorWriteSession: TTunnelSessionEvent read FOnErrorWriteSession write FOnErrorWriteSession;

C++

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

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 writing operation failed.

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

See Also