ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
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......
LOOP statement
The statement block is repeated endlessly...
WithRepetition (Property)
The WithRepetition property is used to determine if an appointment should be repeated.
Repetition (Property)
The Repetition property is used to configure appointment repetitions.
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....
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
MemDelete (Function)
Deletes an element from a memory zone.
MemDeleteAll (Function)
Clears and deletes 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.
MemSort (Function)
Sorts the elements found in a memory zone.
fMemExist (Function)
Checks the existence of a shared 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......
fMemOpen (Function)
Opens a memory zone shared between several applications.
TimeZone (Property)
The TimeZone property is used to set the time zone.
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.
MemCount (Function)
Returns the number of elements found in a memory zone.