ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
grWaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<Graphe>.WaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
<Graphe>.WaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
Sub-query
A sub-query is a query whose result is used by another query......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
WINDEV Mobile concepts
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.