Hm gute Idee.
Folgender Code:
Delphi-Quellcode:
idHttp.Get(
URL, ImgStream);
if idhttp.ResponseCode = 200
then
sobald idhttp die
Url hat kommt schon der Fehler
wenn ich es so mache:
Delphi-Quellcode:
if idhttp.ResponseCode = 200
then
idHttp.Get(
URL, ImgStream);
bringt es ja auch nichts weil idhttp denkt es sei alles gut (weil keine
Url zugewiesen)