ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Reloading a document
To reload a document, ......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
7. Source Code Manager (SCM)
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current computer.
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
15. Cookies: information stored on the end user's computer
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH