ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
15. Repeating a group of controls: loopers
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Constants for WLanguage types
List of constants for managing WLanguage types....
Error 2: Incomplete line
Sorts in a report
The sort is used to organize the information displayed in the report......
Data persistence
The data persistence is used to store the value typed by the user......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Events associated with an infinite Progress Bar control
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Events associated with a Dockable Panel control
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Word Processing control events
WINDEV manages the following events by default......
The OLE control
The OLE control is used to handle an OLE object......
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......