ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
The planes in WEBDEV
The planes are used to group the controls of an element......
Creating nested reports
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min