ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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.
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.
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.
<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.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Events associated with Combo Box controls
List of events associated with Combo Box controls
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
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.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
How to create a patch?
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified...
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard...
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control....
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another...
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes...
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones...
<Spreadsheet>.StyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
<Spreadsheet>.SortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order...
Associating documents with the project
To describe a project in detail, you can associate documents with it......
TreeCollapse (Function)
Collapses a branch previously expanded.
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report...
The Wire control
The Wire control is used to visually link 2 controls......