ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the Cell control field
Fonctions de gestion de l'exécution des commandes en mode console.
<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.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
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.
The Cell control
The Cell control contains controls...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
LDAPDeleteAttribute (Function)
Deletes an attribute as well as its values.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
The Carousel control
The Carousel control is used to display an animated menu made of images......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
<mongoDatabase variable>.DeteleDatabase (Function)
Deletes a MongoDB database as well as its collections.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
HFSQL Client/Server: Configuring the data files on the server
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......