RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.GoHome Method

Navigates to the current start page.

Pascal
procedure GoHome;
C++
__fastcall GoHome();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!