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.
<Chart>.WaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
DiagramToSVG (Function)
Exports a diagram to an SVG image.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
<Chart>.SeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
Android Widget windows
An Android application can contain one or more Widget windows......
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
grSeriesPointType (Function)
Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart.
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
grHistoTypeBar (Function)
Defines the type of bar to be used in a histogram plot.
<Graphe>.HistoTypeBarre (Function)
Defines the type of bar to be used in a histogram plot.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
HTML document functions (prefix syntax)
List of functions that manipulate HTML documents (prefix syntax)....
<WBAdminAuth variable>.ListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
<WBAdminAuth variable>.UpdateAccount (Function)
Updates the parameters of a WEBDEV account in a WEBDEV Application Server.
<WBAdminAuth variable>.DeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
grScatter3DLinkPoint (Function)
Links (or not) the points found in a "3D Scatter" chart.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.