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...
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
UI audit: Detect obsolete technologies
The lifecycle of some projects span several years......
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50...
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network...
Installing the monitor
The monitoring robot includes three executables......
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser...
Common project
Projects are often cross-platform......
The Flexbox control
Flexbox is a standard layout system for web pages......
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using...
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV...
24. Displaying and linking pages
Using a query with parameters
A query with parameters can be used......