ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV 2024 Tutorial
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
Operator on Address
The & operator returns the address of a variable as an integer
Error 2109: You are using the ObjectInfo function
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
11. Popup page
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
Project management functions
List of functions for managing projects...
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
Component diagram
A component diagram shows the physical and static architecture of a system software......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
dEncrustColor (Function)
Encrusts a color in an image found in an Image variable].
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
Mini preview window
When printing a report through programming or using iPrint, it is now possible to request the use of a mini preview instead of the traditional preview....
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
Typecasting of parameters
The description of the parameter type is optional......