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...
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor):...
Selection (Property)
The property Selection property is used to manage the selection.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Window for quick selection
the quick selection window......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions...
Screen,Selection (External language)
Modifies the status of a control (invisible, active, inactive, grayed)
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
Selection query description window: Use
Let's see some operations specific to the description window of a select query......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
<Looper>.Select (Function)
Returns the index of the selected element in a Looper control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Creating a select query
A select query (corresponding SQL statement......
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
1
2
>