ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
PythonExecute (Function)
Executes a function present in a Python module.
<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.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
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....
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....
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
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
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....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
MCI functions
List of MCI functions...
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
dCopy (Function)
Copies an image to another image.
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
OpenChild (Function)
Opens a non-modal child window.