ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Windows
The windows represent the main interface of a WINDEV application......
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
27. Center or anchor a site horizontally
Python: Native calls
WLanguage allows for native Python calls......
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
mongoOperationUpdateAll (Type of variable)
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
mongoOperationReplaceOne (Type of variable)
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
Structure of data files of user groupware
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......