ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Message text file format
The text files created by WDMSG use a specific format......
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
EmailReadNext (Example)
Usage example of the EmailReadNext function
2. User-friendly editors in practice
User-friendly editors in practice...
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Clipboard management functions
List of functions for managing the clipboard...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Pyramid charts
Pyramid charts allow you to view data in descending order......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
grParameter (Function)
Retrieves or modifies a chart parameter.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
HChangeName (Function)
Modifies the physical name of a data file.
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min