ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
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)......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Events associated with List Box controls
List of events associated with List Box controls...
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Creating a delete query
A delete query (corresponding SQL statement......
Creating an insert query
An insert query (corresponding SQL statement......
Project description: Style tab
The project description window allows you to configure various elements of your project......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Secure REST web service
WINDEV and WEBDEV allow you to create REST web services and secure access with OAuth tokens......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.