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.
<Camera>.SetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
FilePath (Property)
The FilePath property gets the name of the file associated with a control.
<Looper>.MoveLine (Function)
Moves a row or swaps two rows in a Looper control.
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<Word Processing>.Redo (Function)
Restores the last undone action on a Word Processing control.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
<Spreadsheet>.InsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
<Spreadsheet>.InsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
<Spreadsheet>.Save (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
<Pivot table>.HeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.
<Pivot table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Table>.InsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.