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.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Report data source
...The reports can be created with the data coming from:...
Creating the Table pages of the WEBDEV RAD pattern
Voice commands in your applications
The applications that you develop can react to the user's voice......
Setup in MSI format
You can create MSI installers......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
HFSQL Client/Server: Scheduled optimization
Scheduled optimization is a mechanism for automatically optimizing your database......
Materialized view
...A materialized view is a physical data source defined by an SQL query....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
7. Multilingual applications in practice
Binding a Slider control to an item
A Slider control can be bound to an item in a table, query, etc....
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Creating the Relation pages of a WEBDEV RAD pattern
User Groupware: Executable creation and installation
The executable of an application that supports the User Groupware is a multi-instance executable....
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a table, query, etc....
3. Managing sockets
WINDEV includes advanced socket management functions....