ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
19. Upload: Sending files to the server
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Defining columns of Table controls programmatically
Printing a watermark text
A report (and a duplicate copy) can include an additional text in the format of a watermark, such as "Confidential" or "Duplicate" printed across the report....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Error 1014: The access to the member of the class is restricted by a private inheritance
Handling Organization Chart controls programmatically
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......