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.
grBarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
Page constants
List of constants used by page functions....
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
CameraConfigure (Function)
Allows you to configure the video capture driver.
<Diagram variable>.StartModification (Function)
Indicates the start of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
WBAdminListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
<Chart>.StockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
<Chart>.SeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
<Chart>.SunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
<Chart>.PointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......