ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Welcome to Reports & Queries
Reports & Queries is used to...
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
zipArchivedFile (Variable type)
The zipArchivedFile type is used to handle: a file contained in an archive corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ). a file to add into an archive....
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
3. Deploying a WINDEV application
<Connection variable>.Backup (Function)
Backs up the contents of an HFSQL server: all server databases, one or more databases, one or more tables.
Hash functions
Hashing is used to summarize a file or a character string......
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
ERR_NO_PAGE
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
<Connection variable>.CopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....