ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
DisplayCurrency (Property)
The DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Scheduler report
The report editor allows you to create "Scheduler" reports....
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
HChangeConnection (Example)
Usage example of the HChangeConnection function
ProjectInfo (Function)
Returns specific information about the project currently run.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
fWriteLine (Example)
Usage example of the fWriteLine function