FMX.WebBrowser.TCustomWebBrowser.Navigate
Delphi
procedure Navigate; overload;
procedure Navigate(const AURL: string); overload;
C++
void __fastcall Navigate()/* overload */;
void __fastcall Navigate(const System::UnicodeString AURL)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.WebBrowser.pas FMX.WebBrowser.hpp |
FMX.WebBrowser | TCustomWebBrowser |
Description
Loads and displays content from a local file or URL address.
Use the Navigate method with a URL address or file name as a parameter to load and display content. You can also set the URL property to get the same result as calling the Navigate method.
Note: Read FMX.WebBrowser.TCustomWebBrowser.URL to see how to load a local file.