ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
9. Sharing a project in practice
Sharing a project in practice...
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
8. Sharing a project in practice
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Events associated with Button controls
List of events associated with Button controls...
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
Common project
Projects are often cross-platform......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
HFSQL error handling help
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......