Wunderbar bei mir gehts jetzt auch, allerdings hab ich noch Probleme mit dem Client
Delphi-Quellcode:
procedure TForm6.Button1Click(Sender: TObject);
begin
with IdTCPClient1 do begin
Connect;
try
ListBox1.Items.Add(ReadLn); //Hier mag er das ReadLn nicht
finally
Disconnect;
end;
end;
end;
hilfee?