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.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
xlsDocument (Variable type)
An xlsDocument variable is used to describe and modify an Excel document...
MatMultiply (Function)
Multiplies two matrices.
MatInvert (Example)
Usage example of the MatInvert function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
ArraySort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Seek (Function)
Searches for the index of an element in a WLanguage array.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.