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.
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Constants for managing the User Groupware
List of constants used by the functions for managing the User Groupware....
Installing a SOAP server with IIS
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
HTTPRequest (Function)
Starts an HTTP request on a server.
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
URL (Property)
The URL property is used to get and change a URL.
Border (Property)
The Border property is used to get and change the borders of an element.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
MCI constants
List of constants used by the MCI functions....
Chart: Managing legends
Several types of legends are supported in the charts......
Source (Property)
The Source property is used to get and change the source of an element.
ProjectInfo (Function)
Returns specific information about the project currently run.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
grExist (Function)
Checks the existence of a chart in memory.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function