Datasnap.DSSession.TDSTunnelService.OnReadSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnReadSession: TTunnelSessionEvent read FOnReadSession write FOnReadSession;

C++

__property TTunnelSessionEvent OnReadSession = {read=FOnReadSession, write=FOnReadSession};

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 reading data from the tunnel channel.

The OnReadSession property specifies the type of event invoked after the data has been read from the tunnel channel.

See Also