ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. Internal components in practice
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
SCM: Retrieving and Checking in all
When developing a project in the SCM, you may need to retrieve all the elements from the repository, or to check all the elements stored locally back into the repository......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
3. Site development life cycle
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Sharing elements with a WINDEV application
Allowing nullable types
Allowing nullable types in a project changes the way your project handles null values......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
12. Pages in practice
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....