ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Utility components
WINDEV includes several utility components that allow you to handle data directly......
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for Universal Windows Platform applications. Function kept for backward compatibility....
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
WINDEV Framework License Agreement
PythonExecute (Function)
Executes a function present in a Python module.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Managing Google Calendars
The Google Calendar service is an Internet application provided by Google that is used to manage a calendar on Internet......
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
Rights on the virtual directory
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.