procedure TMainForm.WebBrowser1TitleChange(Sender: TObject; const Text: WideString); begin MainForm.Caption := Text + ' - Joy Palaze Internet'; end;