ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
WEBDEV license agreement
WEBDEV license agreement...
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Functions for handling directories and external files
List of functions for handling external files...
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....
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
MinHeight (Property)
The MinHeight property gets and sets the minimum height of a control or window.
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Movable (Property)
The Movable property is used to define if an element can be moved.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
HIndex (Example)
Usage example of the HIndex function
docElement (Variable type)
The docElement type is used to handle each element found in a docParagraph variable.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Manipulating ListView controls programmatically
WINDEV allows you to programmatically manipulate ListView controls......
WEBDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
Break in a report
The break is used to group the records corresponding to a sort criterion......