ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
<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.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
<Image>.Copy (Function)
Copies an image to another image.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Creating the Vision windows of the WINDEV RAD pattern
19. Sending emails
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
PythonExecute (Function)
Executes a function present in a Python module.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
<Image>.DrawText (Function)
Draws a text in an Image control.
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
OpenChild (Function)
Opens a non-modal child window.