Internet Direct (Indy)
Home
PreviousUpNext
TIdTelnetReadThread.Client Property

Represents the TELNET client for the read thread.

Pascal
property Client: TIdTelnet;

Client is a read-only TIdTelnet property that represents the TELNET client that is the owner of the thread. Client is assigned in the Create consteructor for the read thread, and allows the thread to access properties and methods of the TELNET client during execution. This includes filtering incoming data by triggering the TIdTelnet.OnDataAvailable event handler for textual data, and checking for disconnects for the client socket connection.

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.