ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer).
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor control.
<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.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
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.
zipSelectFile (Function)
Selects files from an archive.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
<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.
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.
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.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<zipArchive>.SelectFile (Function)
Selects files from an archive.
Events associated with Combo Box controls
List of events associated with Combo Box controls
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
HFSQL constants
List of constants used by the HFSQL functions....
Print constants
List of constants used by the print functions....