ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / HTML file functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<Html>.Navigate (Function)
In french: <HTML>.Navigue
Starts navigation in an HTML Display control.
Example
// Code of Forward button
HTM_HTMLControl1.Navigate(htmlForward)
// Code of Back button
HTM_HTMLControl1.Navigate(htmlBack)
Syntax
<HTML control>.Navigate(<Navigation option>)
<HTML control>: Control name
Name of the HTML Display control to use.
<Navigation option>: Constant
Direction for the navigation:
htmlBackDisplays the previous page (equivalent to the "BACK/Previous" button of browser).
htmlForwardDisplays the next page (equivalent to the "FORWARD" button of browser).
htmlHomeDisplays the home page (equivalent to the "Home" button of browser). To get the initial value of the HTML Display control, use the InitialValue property.
AndroidiPhone/iPad This constant is not available.
htmlRefreshRefreshes the current page (equivalent to the "Refresh" button of browser).
htmlStopStops loading resources used by the page. The "Load resources" event of the control is not executed.
Related Examples:
WD Simple Internet Browser Complete examples (WINDEV): WD Simple Internet Browser
[ + ] This example presents the features of WINDEV's HTML control and includes a simplified web browser with browsing history, favorites, etc.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/26/2023

Send a report | Local help