ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Universal replication
The purpose of universal replication is to keep several databases synchronized......
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Multi-product external components
Components are a remarkably useful tool for development teams......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Resizing a window (AAF)
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Events associated with Chart controls
List of events associated with the Chart controls...
Functions for managing objects (External language)