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. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Share your projects via Git
Git is a source code manager......
8. Sharing a project in practice
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Notification (Variable type)
The Notification type is used to handle the local notifications or the push notifications.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
5. Website test in practice
Starts recording a video via a Camera control in an Android or iOS application....
The Edit control
The Edit control allows users to enter data......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
Multilingual project
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
Managing bar codes
The use of bar codes to identify and manage products has become essential......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......