ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Creating a flexible modeling
To create a new flexible modeling, you can......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
MenuAdd (Function)
Adds an existing popup menu into the main menu of the current window.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
5. User Groupware in practice
Renaming a project
Renaming a project is used ton modify the name of the project. All the elements linked to the project before it is renamed are kept.
BrowserWidth (Function)
Returns the width (in pixels) of the client area where the page is displayed.
BrowserHeight (Function)
Returns the height (in pixels) of the client area where the page is displayed.
2. Projects in practice
Discover the main operations that can be performed on a project....
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Handling menu options programmatically
The menu options can be handled......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Creating the Form windows of a WINDEV RAD pattern
OpenChild (Function)
Opens a non-modal child window.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...