ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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), ...
<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.
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).
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.
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.
Time management help
Time management is extremely important......
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......
Data persistence
The data persistence is used to store the value typed by the user......
Software license agreement
WINDEV Express 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
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
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
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......
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
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
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......