ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
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....
Style (Property)
The Style property is used to retrieve and assign the entire style of a control (including the overrides).
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
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......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Container column in a Table control
A cell found in a Table control can contain a set of controls......
26. Style sheets: to simplify the layout
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Creating help pages
A help system includes several pages......
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......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
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....
The single-part and multi-part archives
Two types of archives are available......
Error 102: The constants can be defined in the initialization code of project, ...