ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemDelete (Function)
Deletes an element from a memory zone.
MemSetPosition (Function)
Positions the memory zone on an element.
MemModify (Function)
Modifies an element in a memory zone.
MemExist (Function)
Checks the existence of a memory zone.
MemDeleteAll (Function)
Clears and deletes a memory zone.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
fMemExist (Function)
Checks the existence of a shared memory zone.
MemSort (Function)
Sorts the elements found in a memory zone.
MemCount (Function)
Returns the number of elements found in a memory zone.
fMemOpen (Function)
Opens a memory zone shared between several applications.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
SMSDelete (Function)
Deletes an SMS message from the memory of the Android phone. This function should no longer be used.
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
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......
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.
TimeZone (Property)
The TimeZone property is used to set the time zone.