ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Appendix 1: WEBDEV vocabulary
Bloque entièrement ou partiellement un fichier externe....
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
Generating the RAD pattern
To generate a RAD pattern:...
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.