ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
End-user UI management functions
Customizing the report viewer: Available windows
grHMAddData (Function)
Adds a data into a Heatmap chart.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.