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...
Duplicating a project
Duplicating a project allows you to have two identical projects with the same name but found...
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table...
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications...
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
14. Configuring the "Back" button in practice
Blurs the entire given area in a variable of type picLayer....
The Image control
The Image control is used to......
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small...
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects...
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Label report
The report editor allows you to create "Label" reports......
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
The Upload control
The Upload control is used to upload files on the Web server......