Hi,
these lines look a little redundant
Zitat von
mr_fahrrad:
Delphi-Quellcode:
blob.Position:=0;
blob.Seek(0, soFromBeginning);
The both of them should do the same, but
Zitat von
mr_fahrrad:
Delphi-Quellcode:
blob.Position:=0;
StringStream.Position := 0;
should do better (untested, I might be wrong)
Regards, Der Unwissende
[ADD]
If HD_source is non-nullable, you probably should ensure that getHTML returns a valid string (<> '')
[/ADD]