ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
Column
The Column property is used to manipulate one or more columns.
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
Style (Property)
The Style property is used to retrieve and assign the entire style of a control (including the overrides).
4. User Groupware
User Groupware...
4. User Groupware
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
26. Style sheets: to simplify the layout
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
HTMLFindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node).
Creating help pages
A help system includes several pages......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Infinite Progress Bar control
Progress bars provide useful information to the end user......