ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HExportCSV (Function)
Exports the records found in a table (HFSQL or OLE DB), a view or a query to a CSV file.
BurnerCancel (Function)
Cancels the current burn process.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
Translating a text file with WDTRAD
Constants for Table, TreeView Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
XMLDocument (Function)
Creates a new XML document.
Flexbox control properties
WLanguage properties can be used to manipulate ......
WDZip: Create or modify an archive
This help page explains how to......
ServiceWait (Function)
Pauses the current service during the specified duration.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Help editor options
The options of the help editor ("Display......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
HChangeKey (Example)
Usage example of the HChangeKey function