ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Specific features of the Express version
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Software Factory
The concept of software factory is used to automate the process for creating applications....
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
What is an application?
An application is a set of objects (windows, controls, ......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Handling Spreadsheet controls programmatically (in a report)