ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MemSort (Function)
Sorts the elements found in a memory zone.
Characteristics of Looper controls in a page
To view the characteristics of the control, select "Description" in the context menu....
fMemOpen (Function)
Opens a memory zone shared between several applications.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
TimeZone (Property)
The TimeZone property is used to set the time zone.
MemCount (Function)
Returns the number of elements found in a memory zone.
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
1
2
3
4
5
6
498
>