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.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
MCI constants
List of constants used by the MCI functions....
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Lotus Notes constants
List of constants used by the Lotus Notes functions....
Text (Property)
The Text property is used to get and modify text.
xlsNbColumn (Example)
Usage example of the xlsNbColumn function
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Generating the RAD pattern
To generate a RAD pattern:...
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
xlsColumnType (Example)
Usage example of the xlsColumnType function
Windows
The windows represent the main interface of a WINDEV application......
Merging differences (SCM)
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
Creating requirements
The following steps must be performed to implement the requirements......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min