ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous WEBDEV functions
List of various WEBDEV functions
WEBDEV 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
New features in WEBDEV 2025
WEBDEV 2025 is available!
WEBDEV 2025 Tutorial - Table of contents
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
2024 novelties brochure: WEBDEV novelties
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
SEO of a WEBDEV website
In order for your site to get visitors, the Web users must be able to find it...
Analysis shared between earlier WINDEV applications and WINDEV 2025 applications
An analysis can be shared between a WINDEV application...
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever...
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must...
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified...
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Multilingual project
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Configuring the IIS 7/7.5 server
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
<Image variable>.DrawRectangleGradient (Function)
Draws a rectangle in an Image variable.
<Image variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image variable) with an Alpha channel.
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for an Image variable.
<Image variable>.HorizontalSymmetry (Function)
Flips an image contained in an Image variable with respect to a horizontal axis (symmetry...
<Image variable>.VerticalSymmetry (Function)
Flips an image contained in an Image variable with respect to a vertical axis (symmetry...
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
ComponentLoad (Function)
Loads an external component. This component can be: an external component present...
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
28. Site SEO
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts...
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different...
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via...
Camera functions
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.