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 "vi[0].host:='127.0.0.1';"
Thx!
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 "vi[0].host:='127.0.0.1';"
Thx!