ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PythonExecute (Function)
Executes a function present in a Python module.
Phone constants (Android / iOS)
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Events associated with a Navigation Bar control
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Phone functions (prefix syntax)
The phone functions are as follows:...
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)....
Phone functions
The phone functions are as follows:...
NotifPushSubscribe (Function)
Subscribes the current Android application to a topic.
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
User Groupware: Executable creation and installation
The executable of an application that supports the User Groupware is a multi-instance executable....
5. Site test in practice
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
16. Application test in practice