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.
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
SpreadsheetDeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
<Spreadsheet>.DeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
LayoutAdaptSize (Function)
Resizes a Layout control in order for all its cells to be entirely visible, without empty area.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
PopupAnimate (Function)
Displays a popup in a page cell.
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
SpreadsheetGetMerge (Function)
Used to find out whether a cell is merged with other cells and to get the name of merged cells.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Programming the table cells
The Table controls can be handled......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
1
2
3
4
5
6
239
>