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. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Partial indexing of memos
You now have the ability to index the content of a text memo item......
Composite keys
A composite key is a key item containing several other items......
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Reports & Queries software: WLanguage functions not supported
Some WLanguage functions are not available in Reports & Queries......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Generating the RAD pattern
To generate a RAD pattern:...
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
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.)....
<Array>.Sort (Function)
Sorts a WLanguage array.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
NotesViewListColumn (Example)
Usage example of the NotesViewListColumn function
Windows
The windows represent the main interface of a WINDEV application......
Access (Property)
The property Access property lets you manage the type of access for a connection (HFSQL Client/Server, OLE DB, ...)....
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV websites......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......