Einzelnen Beitrag anzeigen

Synonym
(Gast)

n/a Beiträge
 
#15

Re: Frage zu IdHHTP Komponente!

  Alt 12. Feb 2004, 19:59
z.B. so:

Delphi-Quellcode:
Datei:=TFileStream.create('C:\bild.jpg',fmCreate);
  IdHttp1.Get('http://www.domain.de/bild.jpg',Datei);
  Datei.free;
image1.picture.loadfromfile('C:\bild.jpg');
gruß

synonym
  Mit Zitat antworten Zitat