ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site...
Handling the report blocks through programming
Each report block is associated with different events......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Find/Replace in the current project
The "Find/Replace" feature is used to......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Programming an indexed control
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Constants for the Exif functions
List of constants used by the Exif functions....
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Drop-down button
The drop-down button expands: a context menu. a popup window....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
EXE constants
List of constants used by the functions for managing executables....
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.