ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Overview of external languages
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
The single-part and multi-part archives
Two types of archives are available......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
ChronoReset (Function)
Stops and resets a running stopwatch.
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Replication: The different types
The data replication is a powerful feature......
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
ToastDisplay (Function)
Displays a "Toast" message.
zipSize (Example)
Usage example of the zipSize function