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.
Open (Function)
Opens a modal WINDEV window.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Internal component
An internal component is a set of elements from a project......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
Managing the Windows scheduler
Windows gives you the ability to schedule automatic tasks via the manager of scheduled tasks......
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
dbgEnableLog (Function)
Enables the runtime log programmatically.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
iDestination (Function)
Configures the print destination.
How to create a menu?
14. Managing the "Back" button in practice
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Software factory: Rights management
To secure the execution of action plans, it is possible to implement a rights management system......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Link properties
When creating a link, you can simply specify the destination......