ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
4. When to use the debugger?
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
5. Site test in practice
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
gglCoordinate (Type of variable)
The gglCoordinate type is used to describe and handle a geographical point on a map...
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
18. Secure payment
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Map control properties
The following properties can be used with Map controls:...
2. How to test a site?
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
12. Control templates
WINDEV Mobile allows you to create control templates....
Creating a query
Two methods can be used to create a query......