ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Showing passwords (AAF)
By default, in password controls, characters are replaced with dots......
Composite chart
A composite chart is a chart that displays several types of charts......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Local procedure
Two types of procedures are available......
Conversion (Function)
Converts a value from a unit to another one.
4. When to use the debugger?
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HErrorLock (Function)
Used to check whether a lock error occurred.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Extracting the text of the project
The following text can be extracted......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
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......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Creating a flexible modeling
To create a new flexible modeling, you can......