Hi,
kannst Du nicht das Ereignis onDataAvailable nutzen?
Zitat:
Declaration
property OnDataAvailable: TIdTelnetDataAvailEvent;
Summary
Specifies the event handler for processing data received from the host.
Description
OnDataAvailable is the TIdTelnetDataAvailEvent event handler used to
handle data received from the host. OnDataAvailable processes and applies the data read with TelnetThread.
Applications must assign a procedure to the OnDataAvailable event handler to allow the TIdTelnet object to determine how data from the host is applied.
Grüße
Klaus