ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Different types of data (Type of variable)
A variable is defined by name and type......
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
WINDEV concepts
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
License agreement - HFSQL Client/Server
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
19. Upload: Sending files to the server
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......