ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<Array>.Info (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Glossary
The glossary lists all the abbreviations used in the code editor......
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
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.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
TableRestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
<Table>.SavePositionAndSelection (Function)
Save: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
<Table>.RestorePositionAndSelection (Function)
Restores the scrollbar position in a Table or TreeView Table control as well as the selected elements.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlDocument variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML document.
1
5
6
7
8
9
97
>