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.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector...
7. Available controls in a window
WINDEV Mobile includes several types of controls...
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
HSetLog (Function)
Enables or disables log management on a file.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
HChangeRplDir (Function)
Changes the location of the subscriber replica description ("*.rpl" file).
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HIndex (Function)
Rebuilds the file index (".NDX" file).
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".rpl" extension).
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property gets and sets the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
2. User-friendly editors in practice
User-friendly editors in practice...
Lotus Notes constants
List of constants used by the Lotus Notes functions....
GDPR: an audit of your data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.