ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
NotesViewListColumn (Example)
Usage example of the NotesViewListColumn function
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
MatNbColumn (Example)
Usage example of the MatNbColumn function
zipInfoFile (Example)
Usage example of the zipInfoFile function
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
SQLExec (Function)
Names and runs an SQL query.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
MatMultiply (Example)
Usage example of the MatMultiply function
MatAdd (Example)
Usage example of the MatAdd function
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.