I have a problem with the IdIcmpClient Component, if anyone could help me..plz..
There my code:
var
Form1: TForm1;
vi:array[0..10] of TIdIcmpClient;
implementation
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject);
begin
vi[0].host:='127.0.0.1';
end;
the error is in this line...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.