SHDocVw.TWebBrowser.GoHome

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoHome;

C++

void __fastcall GoHome();

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

Navigates to the current start page.

Call GoHome to navigate to the registered home or start page. The URL for this page is specified in the Registry at

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main

under the name Startpage. You can change this value using the TRegistry or TRegistryIniFile object, or using Navigation tab of the Internet Explorer's Options dialog.

See Also