ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Variable scope
Variables can be declared anywhere in the code....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
System constants
List of constants used by the system functions....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Alias (Property)
The Alias property gets the alias of an element.
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
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......
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.
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.
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
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"......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
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.