ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dShadow (Function)
Adds a shadow effect on an image found in an Image variable.
<Image>.ModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image in an Image control.
dCopyScreenImage (Function)
Copies the screen contents to an Image variable or to an Image control.
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<Image variable>.ModifyHSL (Function)
Modifies the hue, saturation and lightness of an image in an Image variable.
Scheduler report
The report editor allows you to create "Scheduler" reports....
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
WDReplic: Presentation
WDReplic is used to manage data replication between several computers......
Associating an image with an element in a TreeView control
Methods for associating an image with an element in a TreeView control....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
5. User Groupware in practice
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
ImageMode (Property)
The ImageMode property gets and sets the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
Image (Property)
The Image property gets and sets the background image of a control or block.
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....