ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
WINDEV theme generator: Customize elements
The generator of WINDEV themes is used to generate the necessary files for creating a custom theme for the WINDEV projects......
Report controls
Several types of controls can be handled in a report created by the report editor......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Creating a table in a report
Tables can be created in a report......
Feedback component
The Feedback component is a component provided with WINDEV......
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.