ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
Various constants
List of various constants used by the constants WINDEV functions....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Local procedure
Two types of procedures are available......
8. Windows in practice
Discover the main actions that can be performed on the windows....
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
The planes (in a window or in a report)
The planes are used to group the window controls......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Events associated with Table controls
List of events associated with Table controls...
The Check Box control
A Check Box can correspond to......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).