ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Summary table: Managing the application directories according to the platform
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
The Clickable Image control
The Clickable Image control can be used to......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
iDestination (Function)
Configures the print destination.
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
OCR constants
Adds a language to the native OCR system....
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
WINDEV and the SOAP protocol
Webservice management functions
Webservice management functions...
Functions for handling Combo Box controls (prefix syntax)
The following functions are specific to the Combo Box controls, using prefix syntax:
SQLExec (Function)
Names and runs an SQL query.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......