TWebImageControl fails from the first moment.

Update.

I made this in the form, and the error disappears, but the image is not shown.

procedure TForm5.WebFormCreate(Sender: TObject);
begin
      WebImageControl1.URL := '';
end;