ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
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)....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
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.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
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......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min