|
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls.... |
|
|
|
|
|
|
A List Box control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
The StoredItem property is used to:
Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control.
Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control.... |
|
|
|
|
|
|
A Table, List Box or Combo Box control can be used to display the content of a data file or query...... |
|
|
|
|
|
|
Adds an element to a Combo Box or List Box control. |
|
|
|
|
|
|
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example...... |
|
|
|
|
|
|
Deselects an element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Deselects an element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Returns the number of elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Selects one or more elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Clears a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Selects one or more elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
Returns the number of elements in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Deletes an element from a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|