ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: liste
List of operators
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify...
Task list
Each project can be associated with a task list......
List of extension attributes
The list of extension attributes ......
List of reserved words
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements...
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
List,Search (External language)
Finds a value in a list.
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
List,Add (External language)
Adds an element to a Combo Box or List Box control.
List,Count (External language)
Returns the number of elements found in a list.
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element...
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list...
List,Select,? (External language)
Returns the element selected in the list.
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,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control...
<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.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index...