ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
Materialized view
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
CameraStop (Function)
Stops the video preview or video recording in a Camera control. Function kept for "Version-26-compatible" Camera controls....
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
HTMLWrap (Function)
Wraps the specified node in a given node of an HTML document.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Setup mode
Several methods can be used to distribute a WINDEV application......