(Gast)
n/a Beiträge
|
Re: Frage zu IdHHTP Komponente!
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
|
|
Zitat
|