ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Dashboard functions
29 results
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
<Dashboard>.Count (Function)
Returns the number of widgets found in a Dashboard control.
<Dashboard>.Delete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
<Dashboard>.DeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<Dashboard>.GetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
<Dashboard>.InfoXY (Function)
Determines:
  • 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>.InitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
<Dashboard>.LoadConfiguration (Function)
Restores the configuration of a Dashboard control.
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
<Dashboard>.ResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
<Dashboard>.SaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
Dashboard constants
Constants used by the functions for managing Dashboard controls
Dashboard control functions
The list of functions for managing Dashboard controls is as follows...
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
DashGetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
DashInfoXY (Function)
Determines:
  • 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.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
Functions for managing Dashboard controls (prefix syntax)
The list of functions for managing Dashboard controls is as follows...