ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Style tab
The project description window allows you to configure various elements of your project......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
The "Analysis" pane
The "Analysis" pane lists......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.Last (Function)
Displays the last image for the scroll.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
<Image>.First (Function)
Displays the first image for the scroll.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
Browser management functions
List of functions for managing browsers...
The Clickable Image control
The Clickable Image control can be used to......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Android Control Center
Do you know where to find your application log files?...
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
Glossary
The glossary lists all the abbreviations used in the code editor......
Diagram constants
The following constants are used to manage diagrams:...
ImageStartScrolling (Function)
Starts cycling through images.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
Image control in a page