ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
<TreeView>.SelectMinus (Function)
Deselects an element in a TreeView control.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Array>.Reduce (Function)
Applies a computation to each element of an array.
SysMetric (Function)
Returns the resolution of a specific element.
TreeSelectPlus (Function)
Selects an element in a TreeView control.
<TreeView>.SelectPlus (Function)
Selects an element in a TreeView control.
Creating a flexible modeling
To create a new flexible modeling, you can......
.NET Assemblies
.NET is Microsoft's software development platform......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
MemFound (Function)
Checks whether the sought element was found.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Seek (Function)
Searches for the index of an element in a WLanguage array.
Using the Vista style in your windows
WINDEV allows you to customize......
Table,Insert (External language)
Inserts an element into a table at a given position.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
OrgModify (Function)
Modifies an element in an Organization Chart control.
OrgSelectPlus (Function)
Selects an element in an Organization Chart control.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Enabled (Property)
The Enabled property enables or disables an element.
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....