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
Functions for managing Dashboard controls (prefix syntax)
The following functions are used to manage Dashboard controls, using prefix syntax:
<Dashboard>.AddWidgetAdds and displays a widget (internal window) in a Dashboard control.
<Dashboard>.CountReturns the number of widgets found in a Dashboard control.
<Dashboard>.DeleteDeletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
<Dashboard>.DeleteAllDeletes all widgets displayed in a Dashboard control.
<Dashboard>.DisplayRefreshes elements in a Dashboard control.
<Dashboard>.GetWidgetPositionReturns the position of a widget found in a Dashboard control.
<Dashboard>.InfoXYDetermines:
  • 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.
<Dashboard>.InitialConfigurationModifies the configuration of a Dashboard control (defined in the editor) before its first display.
<Dashboard>.LoadConfigurationRestores the configuration of a Dashboard control.
<Dashboard>.ModeOpens or closes the Dashboard control edit mode.
<Dashboard>.MoveWidgetChanges the position of a widget found in a Dashboard control.
<Dashboard>.ResizeWidgetChanges the dimensions of a widget found in a Dashboard control.
<Dashboard>.SaveConfigurationSaves the configuration of a Dashboard control in string format.
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 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/26/2023

Send a report | Local help