ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
<Spreadsheet>.AddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
<Chart>.PiePullOut (Function)
Pulls out a section (or all sections) in a chart.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
SpreadsheetGetFormula (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.
<Spreadsheet>.GetFormula (Function)
Retrieves the calculation formula of a cell found in a Spreadsheet control of a window.
<Chart>.SunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
xlsNameToCoordinates (Function)
Returns the coordinates of a cell, XLS file or spreadsheet control according to its name.
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......
SpreadsheetDeleteName (Function)
Deletes one of the names used to identify a cell found in a Spreadsheet control.
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
1
3
4
5
6
7
146
>