ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Certificate (Type of variable)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
Property Description (Type of variable)
The Property Description type is used to get information about a property.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
HTTPSendForm (Function)
Sends an HTTP form.
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Edit control properties
You can manipulate Edit controls in a window, page or report using the following WLanguage properties......
Radio Button control properties
List of properties associated with a Radio Button control...
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......