Datasnap.DSSession.TDSTunnelService.OnWriteSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnWriteSession: TTunnelSessionEvent read FOnWriteSession write FOnWriteSession;

C++

__property TTunnelSessionEvent OnWriteSession = {read=FOnWriteSession, write=FOnWriteSession};

Properties

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

Description

Specifies the type of event invoked after writing data into the tunnel channel.

The OnWriteSession property specifies the type of event invoked after the data has been written into the tunnel channel.

See Also