ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Characteristics of Table controls in a page
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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
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...
Creating anchors
The anchors are used to define specific points in a help page......
Creating the Vision pages of the WEBDEV RAD pattern
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
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......