ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane...
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Report based on a query
Queries are used to easily select records in one or more data files......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via...
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file...
Composite keys
A composite key is a key item containing several other items......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance...
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window...
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page...
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed...
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
9. Sharing a project in practice
Sharing a project in practice...
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min