ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
WDSetup: Manage additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
Camera control in a mobile application
The Camera control is used to......
PicClose (Function)
Closes the image found in an Image Editor control.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
PanelActivate (Function)
Activates a panel when several panels are docked together.
<Dockable panel>.Activate (Function)
Activates a panel when several panels are docked together.
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable.
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable.
WEBDEV site deployment: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.