ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

End of Document block
The End of document block is run once at the end of the report execution......
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Defining clickable areas
In a page, an Image control can contain clickable areas......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......
The use of the Automation type in a site is reserved for the advanced users
How to save and retrieve an image in a binary memo
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
5. User Groupware in practice
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
Accessing a database via a web service
The database can be accessed via a web service......
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
ERR_BAD_ACTION
14. Report templates
...Report templates are used to easily standardize report layouts....
Using an external component in an application
A component can be reused at any time in any application......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Message text file format
The text files created by WDMSG use a specific format......
WDZip: Creating or modifying an archive
This help page explains how to......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
2. Examples and components provided with WEBDEV