ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<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....
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
WINDEV: Example of programmed Drag and Drop
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
11. Window templates
WINDEV Mobile allows you to create window templates....
<emailNotesSession variable>.NbMessage (Function)
Returns the number of incoming messages in Notes.
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
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...
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Programming the browsing Looper controls
These are the main concepts for programming data-bound Looper controls......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Preparing the phone to test an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
How to create a menu?