ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ERR_NO_PROJECT
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling the Excel files......
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<Source>.ExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HLast (Function)
Sets the position on the last record of a table according to a browse item.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Functions for managing XLS files (prefix syntax)
List of functions for managing XLS files...
Saving entered data (AAF)
Compilation options (HLP format)
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
pdfControl (Variable type)
The pdfControl type is used to get all the characteristics and values of a control present in a PDF form.
PDFControlInfoXY (Function)
Returns the characteristics of an interactive control currently hovered over in a PDF Reader control. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
PDF Reader control functions (prefix syntax)
The following functions are used to manage PDF Reader controls:...
PDFVerifySignatures (Function)
Checks the validity of PDF signatures. Note: This function is only available from version 2025 Update 1....
xlsUnmergeCell (Function)
Unmerges a range of cells.
<TreeView>.Display (Function)
Refreshes a TreeView control from a given position.
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.