ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor....
<Spreadsheet>.SortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Creating the Relation windows of a WINDEV RAD pattern
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
fSeek (Example)
Usage example of the fSeek function
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
2. Projects in practice
Discover the main operations that can be performed on a project....
Materialized view
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Handling Organization Chart controls programmatically
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
2. Projects in practice
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.
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
Lotus Notes constants
List of constants used by the Lotus Notes functions....
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.