ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
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.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
xlsUnmergeCell (Function)
Unmerges a range of cells.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
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......
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......
Sub-query
A sub-query is a query whose result is used by another query......
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)......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
WINDEV Mobile concepts
WEBDEV concepts
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
Window controls
Several types of controls can be used in a window, ......