Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.755 Beiträge
 
Delphi 10.4 Sydney
 
#2

AW: Telnetserver, abfrage ob daten vorhanden sind (Indy)

  Alt 15. Sep 2012, 18:33
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
Klaus

Geändert von Klaus01 (15. Sep 2012 um 18:54 Uhr)
  Mit Zitat antworten Zitat