ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
<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:
MemFound (Function)
Checks whether the sought element was found.
Reduce (Function)
Applies a computation to each element of 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.
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Sub-modeling
In a flexible modeling, the "Application", "Process" and "Choice" elements can be used to enter in a "sub-modeling"......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
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.
Category (Property)
The Category property gets and sets the category of an element.
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Global (Property)
The Global property is used to determine if an element is global.
Virtual (Property)
The Virtual property is used to determine if an element is virtual.
Empty (Property)
The Empty property is used to determine if an element is empty.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
OrgDelete (Function)
Deletes an element and its "children" from an Organization Chart control.