ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Managing emails
WINDEV includes multiple methods to manage emails...
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
Google Maps management functions
List of functions for managing Google maps...
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control in an Android application......
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
<Map>.AddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
<Chart>.Origin (Function)
Modifies the start and end marks on one of the chart axes.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
<Map>.DeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
SAP functions
List of SAP functions...
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.