ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
HFSQL Control Center: Managing scheduled tasks
The Control Center allows you to set up an automatic optimization mechanism for the database and its files, thanks to scheduled optimization tasks......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
HCS.Timeout (Variable)
The HCS.Timeout variable is used to modify the connection timeout: for the connections established by HOpenConnection. for the automatic connection openings....
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
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)......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
WDInst: configuring the characteristics of the files to install
WDInst allows you to configure the characteristics of the files to install......
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
zipExeCreationParameter (Variable type)
The zipExeCreationParameter type is used to define all the information needed to create a self-extracting archive (.EXE file). This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Events associated with Tab controls
List of events associated with Tab controls...
ERR_BAD_PARAMETER
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......