Datasnap.DSSession.TDSTunnelService.OnReadSession

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 OnReadSession: TTunnelSessionEvent read FOnReadSession write FOnReadSession;

C++

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

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