ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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), ...
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.
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.
<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.
eCurrencyName (Function)
Returns the caption of a currency.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
The planes in WEBDEV
The planes are used to group the controls of an element......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
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.
StatVarianceP (Function)
Calculates the variance for a full series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
WINDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
MatMultiply (Example)
Usage example of the MatMultiply function
MatAdd (Example)
Usage example of the MatAdd function
HDescribeItem (Function)
Describes a file item programmatically.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Time management
For each element (windows, reports, ......
xlsData (Example)
Usage example of the xlsData function
MatDeterminant (Example)
Usage example of the MatDeterminant function