ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
RegistryRename (Function)
Renames a key in the registry.
Customizing the User Groupware
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
fCreate (Function)
Creates an external file.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
HDescribeConnection (Function)
Describes a new connection to an external database.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Restore (Function)
Displays a WINDEV window to its initial size.
Maximize (Function)
Displays a WINDEV window in its maximum size.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......