Topic Path: Symbol Reference > Classes > TIdCmdTCPClientListeningThread Class > TIdCmdTCPClientListeningThread Properties > RecvData Property
ContentsIndexHome
PreviousUpNext
TIdCmdTCPClientListeningThread.RecvData Property

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

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.