ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<TreeMap>.SelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
<Array>.Apply (Function)
Executes a procedure for each element of a WLanguage array.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Apply (Function)
Executes a procedure for each element of a WLanguage array.
MemFound (Function)
Checks whether the sought element was found.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
TreeDelete (Function)
Deletes an element and all its "children" from a TreeView control.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLNext (Function)
Positions on the next element (tag or attribute).
SysColor (Function)
Identifies or modifies the color of a Windows element.
Software Factory
The concept of software factory is used to automate the process for creating applications....
Border of controls
One of the most important elements of control style is its border......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Report and project
In most cases, a report is linked to a project......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
State (Property)
The State property is used to get and change the state of an element.
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
The Carousel control
The Carousel control is used to display an animated menu made of images......
Category (Property)
The Category property gets and sets the category of an element.
Modified (Property)
The Modified property lets you know if an element has been modified.
Author (Property)
The Author property gets and changes the author of an element.
Number (Property)
The Number property is used to get the number of an element.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......