2
7
procedure TForm1.FormCreate(Sender: TObject); begin if ParamCount >= 1 then WebBrowser1.Navigate(ParamStr(1)); end;