ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
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
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....
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......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
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.
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......