ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
Upload control events
The following processes are associated with the Upload control:...
Events associated with a Gantt Chart column
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Events associated with Internal Page controls
List of events associated with internal pages and Internal Page controls
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.