ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<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.
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......
The Carousel control
The Carousel control is used to display an animated menu made of images......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
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.
tapiError (Function)
Indicates whether an error was returned by the last tapixxx function (functions for managing phone calls) to the TAPI module.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
<mongoDatabase variable>.DeteleDatabase (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......
HFSQL Client/Server: Configuring the data files on the server
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
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, ......