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.
WLanguage procedure called by HWatch
WLanguage procedure called by HWatch
HRead (Function)
Reads a record in a file according to a given record number.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
Sort (Function)
Sorts a WLanguage array.
Phone constants (Android / iOS)
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Waffle charts
Waffle charts show progress towards a goal, percentage of completion or the distribution of given values......
How to create a patch?
PDF printing: Special cases
Specific features of print in PDF format...
HFSQL Client/Server: Setting up the server
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
MaxLeafPerRow (Property)
The MaxLeafPerRow property is used to get and change the maximum number of elements in a row in an Organization Chart control.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
gClickableLink (Function)
Adds a clickable link in a graphic string.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
SQLExec (Function)
Names and runs an SQL query.