FMX.WebBrowser.ICustomBrowser.GoHome

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GoHome;

C++

virtual void __fastcall GoHome() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser ICustomBrowser

Description

Navigates to the home document.

Implement GoHome method to load the home document.

See Also