Internet Direct (Indy)
Home
PreviousUpNext
TIdCmdTCPClientListeningThread.RecvData Property

Data read from the peer connection passed to command handlers in the TIdCmdTCPClient.

Pascal
property RecvData: String;

RecvData is a String property representing data read from the peer connection and passed to command handlers in the TIdCmdTCPClient

RecvData is updated during execution of the listening thread (in the protected Run method) using values read from the Client on its IOHandler. The TIdContext for the listening thread and RecvData are passed to the command handlers in the Client for subsequent execution.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.