ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.
Clipping the window according to an image
An image can be used to easily define the shape of a window......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Saving entered data (AAF)
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
<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.
Name (Property)
The Name property is used to get the name of an element.
<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.
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....