ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
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.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
zipSelectFile (Function)
Selects files from an archive.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Events associated with Combo Box controls
List of events associated with Combo Box controls
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
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.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
Automation object
The Automation keyword is used to declare an automation object...
AI in the code editor
WINDEV, WEBDEV and WINDEV Mobile include a series of AI-based features......
DatePicker (Function)
Opens the system date picker.
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage...
The Dashboard control
Dashboards are essential elements in an application......
Extracting the text of the project
The following text can be extracted......
Creating a Java archive
When your Java application is developed, you can......
Animating the image display (WEBDEV)
...The Web sites propose several transition effects between the elements:...
2. How to test a site?
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported...
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window,...
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default....
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV...
Managing the replications of HFSQL servers (Control Center)
The HFSQL Control Center is used to create, configure and manage the replications between HFSQL...
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Description of a WEBDEV element style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV...