ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
New features in WINDEV Mobile 2025
WINDEV Mobile 2025 is available!
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
WINDEV Mobile 2025 Tutorial - Table of contents
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Mobile Image Editor control properties
You can manipulate Mobile Image Editor controls in a window using the following WLanguage properties......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
2. User-friendly editors in practice
User-friendly editors in practice...
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
Using an external component in an application
A component can be reused at any time in any application......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Extracting messages added or modified since last extraction
A project was already created and translated......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Installing the monitoring robot
The monitoring robot includes three executables......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
GetTheme (Function)
Gets the current theme of a mobile application.