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.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
Properties associated with a report
List of properties associated with a report...
SocketClose (Function)
Closes a socket or a connection to a server socket.
SCM: Creating a repository
To share a project via the Source Code Manager, a repository must be created......
16. Protecting access to the site: passwords
SocketConnect (Function)
Connects a client computer to a given socket.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
SocketExist (Function)
Checks if a socket already exists.
SocketCreate (Function)
Creates a socket.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Constants for external files
List of constants used by the functions for managing external files....
Installing the monitoring robot
The monitoring robot includes three executables......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......