ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
<Spreadsheet>.AddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
3-tier architecture
The development in "3-tier" architecture is now simplified......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
SpreadsheetGetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
<Spreadsheet>.GetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
ErrorOccurred (Variable)
ErrorOccurred is a preset variable of WLanguage indicating the result of the last WLanguage function used.
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
PDF file functions (prefix syntax)
PDF file functions...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......