ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
SCM Administrator: Administrator-only options
The SCM administrator includes specific tools for managing repositories......
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable].
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
<Image>.AnimationSetParameter (Function)
Changes one of the animation parameters used for a moving image (in an Image field).
CoordinateImageToImageControl (Function)
Converts the coordinates of a rectangle in the original image to the Image control coordinate system.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static text control....
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
SCM: Renaming or changing a computer
During the development phase, you may have to work on different computers......
1. Project and Database Schema
The development of a Windows application with WINDEV is based on two main elements: the Project and the Database Schema....
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
CoordinateImageControlToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.
PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
<Image>.CoordinateToImage (Function)
Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control.