ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. User Groupware in practice
Local procedure
Two types of procedures are available......
Handling Spreadsheet controls programmatically (in a report)
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
ERR_CANNOT_OPEN_FILE
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
Detailed use of WINDEV FTP/RPC
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
3. Project dashboard
Project dashboard...
3. Project dashboard
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
Creating a Pivot Table control
To create a Pivot Table control......