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.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
.NET application
To create a.NET application from a project......
Constants for external files
List of constants used by the functions for managing external files....
fSelect (Function)
Opens the Windows file picker.
Border of controls
One of the most important elements of control style is its border......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Control (Variable type)
The Control type is used to define the characteristics of a control.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
User Groupware constants
List of constants used by the User Groupware functions....
SNMPStartSession (Function)
Starts an SNMP session.
SocketCreate (Function)
Creates a socket.
Installing the robot controller
The monitoring robot includes three executables......
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....