ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Error 4: A space is required after the ':' character
5. Which type of server to choose?
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
14. PHP generation in practice
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Extern (Reserved word)
EXTERN is used to...
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
11. Choosing the action of a button/link
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
The home page
The home page is the first page of your site......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Automated tests: Test-specific functions
List of automated tests: Test-specific functions...