ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
StoredItem (Property)
Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper,...
SearchAAF (Property)
on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
MemoryFormat (Property)
combo boxes. table columns displayed by combo boxes....
CursorEnd (Property)
controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box"...
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
<List Box>.DeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a table
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<List Box>.Insert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Modify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
1
2
3
4
5
6
30
>