ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window...
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"...
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile...
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls...
grDestinationWMF (Function)
Defines a meta file as chart destination.
The Flexbox control
Flexbox is a standard layout system for web pages......
Events associated with control templates
List of events associated with control templates...
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated...
8. 10 tips for better interfaces...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text...
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element...
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's...
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed...
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10...
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50...
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Process (Property)
The Process property is used to modify the processes to be executed by the events available...
13. Debugger