ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Variable scope
Variables can be declared anywhere in the code....
System constants
List of constants used by the system functions....
Alias (Property)
The Alias property gets the alias of an element.
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Error 31: The file to include is not found. Check the name and path ...
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Creating the windows and the pages of the RAD pattern
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Code snippets
The code editor allows you to enter "Code snippets"......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Data persistence
The data persistence is used to store the value typed by the user......
Image (Property)
The Image property gets and sets the background image of a control or block.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Window controls
Several types of controls can be used in a window, ......