ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Creating and handling an item
The main operations that can be performed on an item are as follows......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
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....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Color constants
The color constants are mainly used in the chart functions, the print functions and the drawing functions......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
OpenMobileWindow (Function)
Opens a window in a mobile application.