LAN Web TCP Delphi

// URLMON adli kutuphaneyi uses kismina eklemelisiniz.
procedure TForm1.Button1Click(Sender: TObject);
begin
URLDownloadToFile(nil, 'http://www.scrapcode.com/index.html', 'c:\index.html', 0, nil);
end;