ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
List (Variable type)
A List variable is a structured type that is used to group a set of elements of the same type.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
1
5
6
7
8
9
373
>