SHDocVw.IWebBrowser.GoSearch
Delphi
procedure GoSearch; safecall;
C++
virtual HRESULT __safecall GoSearch(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | SHDocVw.pas SHDocVw.hpp |
SHDocVw | IWebBrowser |
Description
Navigates to the current search page.
Call GoSearch to navigate to the registered search page. The URL for this page is specified in the Registry at HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main, under the name SearchPage. You can change this value using the TRegistry or TRegistryIniFile object, or using the Navigation tab of the Internet Explorer Options dialog.