ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: List Box functions
38 results
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
Returns the number of elements in a List Box, ListView or Combo Box control.
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Clears a List Box, ListView or Combo Box control populated programmatically.
Refreshes a List Box, ListView or Combo Box control based on a data file.
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Moves a row or swaps two rows in a List Box or Combo Box control.
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Deselects an element in a List Box, ListView or Combo Box control.
Selects one or more elements in a List Box, ListView or Combo Box control.
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
List of functions for handling List Box, ListView and Combo Box controls (prefix syntax)
List of functions for managing List Box, ListView and Combo Box controls
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Returns the number of elements in a List Box, ListView or Combo Box control.
Usage example of the ListDelete function
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Clears a List Box, ListView or Combo Box control populated programmatically.
Refreshes a List Box, ListView or Combo Box control based on a data file
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Moves a row or swaps two rows in a List Box or Combo Box control.
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Usage example of the ListSelect function
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Deselects an element in a List Box, ListView or Combo Box control.
Selects one or more elements in a List Box, ListView or Combo Box control.
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.