ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
PermissionRequest (Function)
Prompts the user to grant an application permission.
WidgetRunApp (Function)
Starts the application to which a widget belongs.
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Push notification
A mobile device can receive push notifications......
Widget functions
Les bulles d'aide permettent d'aider rapidement l'utilisateur dans vos applications......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
WidgetDisplay (Function)
Refreshes a widget window.
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
gpwResetPassword (Function)
Resets the password of a registered user.
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Map control properties
The following properties can be used with Map controls:...
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Multi-product external components
Components are a remarkably useful tool for development teams......
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
VibrationTrigger (Function)
Triggers the vibrations of the device.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
Phone management functions
List of functions for phone management...
NotifDeleteCategory (Function)
Deletes a notification category from the application.
Manipulating Map controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....