Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi IdIcmpClient Fehler ????? (https://www.delphipraxis.net/61992-idicmpclient-fehler.html)

pacman1986 29. Jan 2006 12:46


IdIcmpClient Fehler ?????
 
Delphi-Quellcode:
 If IdIcmpClient1.ReplyStatus.BytesReceived > 0 then begin
    ips[Listbox1.Items.Count+1] := IdIcmpClient1.Host;
    Listbox1.Items.Add(IdIcmpClient1.Host +' '+ IPAddrToName(IdIcmpClient1.Host));
  end;
in der ersten zeile unterstreicht delphi ReplyStatus.BytesReceived rot und gibt als fehler aus

Delphi-Quellcode:
[Pascal Error] Unit1.pas(287): E2362 Cannot access protected symbol TIdCustomIcmpClient.ReplyStatus
was hab ich falsch gemacht


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:06 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz