ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.ModifyHue (Function)
Changes the hue of an image in an Image control.
4. User Groupware
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Functions for managing appointments (Outlook, Lotus Notes, mobile device)
List of functions for managing appointments...
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
2. Modes to install an application
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
<Image Editor>.Open (Function)
Opens an image in an Image Editor control.
<Image>.ModifySaturation (Function)
Changes the saturation of an image in an Image control.
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
4. User Groupware
User Groupware...
<Image variable>.ModifyHue (Function)
Changes the hue of an image in an Image variable.
<Image variable>.ModifyLightness (Function)
Modifies the lightness of an image in an Image variable.
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
WDStatistics: Configuring the WEBDEV administrator
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Name (Property)
The Name property is used to get the name of an element.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......