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.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design...
The planes (in a window or in a report)
The planes are used to group the window controls......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger...
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single...
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines...
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
Creating anchors
The anchors are used to define specific points in a help page......
Creating the Vision pages of the WEBDEV RAD pattern
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report...
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example)....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control...
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
Using .NET assemblies in a project
To use .NET assemblies in a project......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed...
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found...
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing...
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify...
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView...
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Creating links
Links help users navigate the help system......
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element...
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......