ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Handling Gantt Chart controls programmatically
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Creating a delete query
A delete query (corresponding SQL statement......
1. What is a website?
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
Pyramid charts
Pyramid charts allow you to view data in descending order......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
Recompiling the project
The project compilation is a process used to......
<Tab>.SaveConfiguration (Function)
Saves the configuration of dynamic tabs found in a Tab control in character string format.
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
3. Types of accessible data files
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Structure of data files of user groupware
Different types of data (Type of variable)
A variable is defined by name and type......