ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
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.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
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......
1. RAD (Rapid Application Development)
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
1. RAD (Rapid Application Development)
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
<List Box>.Sort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
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.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
<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.
<htmlDocument variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document.