ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<Gantt chart>.ListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Help about new features: Letting users know about changes
Applications are constantly evolving......
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
iCloudKeyValueExist (Function)
Checks if there is a key in an Apple iCloud-based container of "key-value" pairs.
iCloudKeyValueRemove (Function)
Removes a key from an Apple iCloud-based container of "key-value" pairs.
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
Discover all the possibilities of pivot tables