ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
<emailNotesSession variable>.NbMessage (Function)
Returns the number of incoming messages in Notes.
16. Application test in practice
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Info (Function)
Displays a custom message in a system information window.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
WINDEV: Example of programmed Drag and Drop
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Composite keys
A composite key is a key item containing several other items......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
Code Editor control properties
You can manipulate Code Editor controls in a window using the following WLanguage properties......
Constants for managing Map controls
Constants for managing Map controls...
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....