Datasnap.DSSession.TDSTunnelService.OnWriteSession

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 OnWriteSession: TTunnelSessionEvent read FOnWriteSession write FOnWriteSession;

C++

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

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