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

Command handler-enabled client for the listening thread.

property Client: TIdCmdTCPClient;

Client is a read-only TIdCmdTCPClient property that represents the command handler-enabled client for the listening thread. 

Client is assigned the value passed as an argument to the Create constructor. Client is also used to create the TIdContext passed to command handlers in the client. 

During execution of the listening thread (in the protected Run method), Client is used to access its assigned command handlers and to access properties and methods in the IOHandler.

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