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.
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
grSurfaceGridlines (Function)
Displays the gridlines for the different planes of a Surface chart.
<Chart>.SurfaceMarkCaption (Function)
Allows you to specify the mark caption for a Surface chart.
<Chart>.SurfaceGridlines (Function)
Displays the gridlines for the different planes of a Surface chart.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
<Chart>.ScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
hbResultScan (Type of variable)
The hbScanResult type is used to define all the advanced characteristics of the result of an iteration performed in an HBase database.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
<Chart>.Scatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
<Chart>.Scatter3DAltitudeColor (Function)
Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart.
<Chart>.Scatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
<Chart>.Scatter3DGridlines (Function)
Displays the gridlines for the different planes of a 3D Scatter chart.
<Chart>.Scatter3DLinkPoint (Function)
Links (or not) the points found in a "3D Scatter" chart.
<Chart>.Scatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
DDEUnLink (Function)
Interrupts a link between an item and a data.
MyParent (Reserved word)
MyParent is used to handle...
Miscellaneous Windows constants
List of constants used by the Windows functions....
grSurfaceGetData (Function)
Retrieves a data from a Surface chart.
xlsData (Example)
Usage example of the xlsData function