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.
Constants for managing animations
List of constants used by the functions for managing animations...
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Customizing the User Groupware
Android 11: Changes to application behavior
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
The TimeLine control
The TimeLine control can be used to represent chronologies of closely spaced events that may be parallel....
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Multi-project search
Performing a search in the current project is a common operation......
Manager of automated tests
The test manager is used to......
"?" menu
WINDEV proposes a help menu adapted to your applications......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL servers....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Drop-down button
The drop-down button expands: a context menu. a popup window....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Generating an application for Universal Windows 10 App