ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Query and project
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Range Slider control properties
The following properties are associated with the Range Slider control:...
21. Managing business rules
Managing business rules...
Container column in a Table control
A cell found in a Table control can contain a set of controls......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Software Factory
The concept of software factory is used to automate the process for creating applications....
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
The use of the Automation type in a site is reserved for the advanced users