ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status changes.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
geoTrackingStatus (Function)
Retrieves the status of the system for position tracking.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.