ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatWrite (Function)
Writes an element into a matrix.
Enqueue (Function)
Adds an element to the queue.
Pop (Function)
Pops an element from a stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Dequeue (Function)
Removes an element from the queue.
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
GetDefinition (Function)
Retrieves the definition of element type.
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
Push (Function)
Pushes an element onto the stack.
List,Select,? (External language)
Returns the element selected in the list.
Table,Add (External language)
Adds an element to a Table control.
Table,Modify (External language)
Modifies an element in a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
TreeMapAdd (Function)
Adds an element into a TreeMap control.
TreeSelectMinus (Function)
Deselects an element in a TreeView control.
<TreeMap>.Add (Function)
Adds an element into a TreeMap control.
<TreeMap>.Delete (Function)
Deletes an element from a TreeMap control.
<TreeView>.SelectPlus (Function)
Selects an element in a TreeView control.
<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.