ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Miscellaneous Windows functions
List of miscellaneous Windows functions...
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.
8. Binding controls to data
A window can display information from......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Reintegrating translated text into a project
Once the translation of framework libraries ("......
The Group structure
The Group structure is a preset structure of WLanguage (no declaration is required)......
HClient structure
The HClient structure is used to......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
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....
Creating user accounts
A User account allows the server administrator to......
Removing a project from the SCM (Source Code Manager)
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
<Camera>.Stop (Function)
Stops playing or recording a video in a Camera control. Function kept for "Version-26-compatible" Camera controls....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......