ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Manager of automated tests
The test manager is used to......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
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....
Setup directory
The setup wizard allows you to configure the setup directory of application....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Handling controls in a report
The different operations available for the report controls are as follows......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Software license agreement
WINDEV Express license agreement...
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
DotNetDelegate (Function)
Initializes a.NET delegate.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
WDZip: Creating or modifying an archive
This help page explains how to......