ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Binding a Check Box control to an item
Managing parallel tasks
The computers are becoming more and more powerful......
<Source>.LinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
Replication: The different types
The data replication is a powerful feature......
Copying controls from the window editor
The controls can be copied from the window editor......
Copying controls from the report editor
The controls can be copied from the report editor......
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......