ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Including a supercontrol in a window or in a page
2. UML models
2. UML models
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
11. Choosing the action of a button/link
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
Creating help pages
A help system includes several pages......
CodeJS (Property)
The CodeJS property is used to read and change the JavaScript code associated with a Web Component control.
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Custom properties (WLanguage)
A custom property is a code element with two events......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.