ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Dashboard functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Remark: These functions are also available in prefix syntax (Functions for managing Dashboard controls (prefix syntax)).
The following functions are used to manage Dashboard controls:
DashAddWidgetAdds and displays a widget (internal window) in a Dashboard control.
DashCountReturns the number of widgets found in a Dashboard control.
DashDeleteDeletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
DashDeleteAllDeletes all widgets displayed in a Dashboard control.
DashDisplayRefreshes elements in a Dashboard control.
DashGetWidgetPositionReturns the position of a widget found in a Dashboard control.
DashInfoXYDetermines:
  • whether a widget is found at a given position in a Dashboard control.
  • which widget is found at a given position in a Dashboard control.
DashInitialConfigurationModifies the configuration of a Dashboard control (defined in the editor) before its first display.
DashLoadConfigurationRestores the configuration of a Dashboard control.
DashModeOpens or closes the Dashboard control edit mode.
DashMoveWidgetChanges the position of a widget found in a Dashboard control.
DashResizeWidgetChanges the dimensions of a widget found in a Dashboard control.
DashSaveConfigurationSaves the configuration of a Dashboard control in string format.
Other available functions:
DnDCacheDashElementAdds a widget into a Dashboard control during Drag and Drop.
Related Examples:
WD Dashboard Training (WINDEV): WD Dashboard
[ + ] The "WD Dashboard" example is an educational example for using the Dashboard control.
This example explains how to:
- handle the control in "edit" mode,
- save/load a configuration,
- configure the control (initial configuration, addition/deletion of widgets, ...),
- refresh a widget,
- etc.
WW_Dashboard Training (WEBDEV): WW_Dashboard
[ + ] The "WD Dashboard" example is an educational example for using the Dashboard control.
This example explains how to:
- handle the control in "edit" mode,
- save/load a configuration,
- configure the control (initial configuration, addition/deletion of widgets, ...),
- refresh a widget.
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help