ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
15 results for: list,select
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
List,Select,? (External language)
Returns the element selected in the list.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
Functions for managing objects (External language)
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....
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Creating a Pivot Table control
To create a Pivot Table control......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.