|
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
By default, WINDEV applications allow end users to modify the interface of the application...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
An application written in WINDEV Mobile Android or iOS can receive Push notifications...... |
|
|
|
|
|
|
There are two methods to populate Table and Looper controls programmatically...... |
|
|
|
|
|
|
The User Groupware in automatic mode offers many possibilities...... |
|
|
|
|
|
|
Retrieves a numeric value from a Sunburst chart. |
|
|
|
|
|
|
Runs an action (defined programmatically) and enables Undo/Redo operations on this action.... |
|
|
|
|
|
|
Declares how to cancel an action that was added by WinEdDo. |
|
|
|
|
|
|
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
Development teams that have design expertise sometime want to be able to create their own skin templates...... |
|
|
|
|
|
|
Adds a data into a Heatmap chart. |
|
|
|
|
|
|
Specifies the colors of different values in a Heatmap chart. |
|
|
|
|
|
|
Modifies the caption of a category on the X-axis of a Heatmap chart. |
|
|
|
|
|
|
Modifies the caption of a category on the Y-axis of a Heatmap chart. |
|
|
|
|
|
|
Deletes the colors specified by grHMColor from a Heatmap chart. |
|
|
|
|
|
|
Defines the algorithm for aggregating data in a grouped or stacked Column chart. |
|
|
|
|
|
|
You can create a skin template from an existing skin template (provided by PC SOFT, for example)...... |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
Saves the changes made when the "Modification of UI by the end user" mode is enabled. |
|
|
|
|
|
|
Loads the changes made by the end user in a window. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|