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.
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
9. Sharing a project in practice
Sharing a project in practice...
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Data persistence
The data persistence is used to store the value typed by the user......
Software license agreement
WINDEV Express license agreement...
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
"WEBDEV Application Server - 10 connections" license agreement
"WEBDEV Application Server - 10 connections" license agreement...
"WEBDEV Application Server" License Agreement
"WEBDEV Application Server" License Agreement...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
HFilter (Function)
Defines and enables a filter on a data file, view or query.
Native MySQL Connector - License Agreement
Events associated with pages
List of events associated with pages...
License agreement for WINDEV Mobile Express
License agreement of WINDEV Mobile Express...
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Monitoring robot: Robot settings
From the monitor, you can change the configuration options......
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
Installing the robot controller
The monitoring robot includes three executables......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Print constants
List of constants used by the print functions....
16. Application test in practice