Internet Direct (Indy) Version 9.0.1 Beta
TIdTunnelMaster.OnTransformRead
Specifies data transformation for a message from a tunnel slave.

property OnTransformRead: TIdServerThreadEvent;
Description
OnTransformRead is a TIdServerThreadEvent event handler that allows the tunnel master server to respond to a message from the tunnel slave that data has been received that requires transformation.

OnTransformRead is used by TIdTunnelSlave to access data transformation routines specific to the tunnel master server.

Thread represents the TReceiver for the message.

Applications must assign a procedure to the event handler to allow a response to the event notification.