ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
<TreeMap>.SelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
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......
Handling an element found in a TreeView control through programming (prefix syntax)
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
5. Deploying a dynamic site (Session or AWP) in practice
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
Managing assertions
...The main available features are as follows:...
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing you to search for the referenced documents regarding a topic......
Describing a problem to the Free Technical Support
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
2. Examples and components provided with WEBDEV
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
The Static control
A Static control is a control used to display a static text......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......