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
Display constants used by prefix syntaxes only
The following constants are used to manage Dashboard controls:
ConstantDescriptionUsed by the functions
dashMoveSwitch to edit mode: the user can move the widgets in the Dashboard control.DashMode
dashResizeSwitch to edit mode: the user can resize the widgets in the Dashboard control.DashMode
dashNoModifClose the edit mode: the user cannot modify the widgets in the Dashboard control.DashMode
dashNoReorganizationResizes the widget without reorganizing the adjacent widgets.DashResizeWidget,
DashMoveWidget
dashDeleteSwitch to edit mode: the user can hide the widgets in the Dashboard control.DashMode
dashUnitCellThe unit used for the widget size or when moving the widget is a number of cells.DashResizeWidget,
DashMoveWidget
DashGetWidgetPosition
dashUnitPixelThe unit used for the widget size or when moving the widget is a number of pixels.DashResizeWidget,
DashMoveWidget
DashGetWidgetPosition
The following constants are used to manage Dashboard controls (prefix syntax):
ConstantDescriptionUsed by the functions
dashMoveSwitch to edit mode: the user can move the widgets in the Dashboard control.<Dashboard>.Mode
dashResizeSwitch to edit mode: the user can resize the widgets in the Dashboard control.<Dashboard>.Mode
dashNoModifClose the edit mode: the user cannot modify the widgets in the Dashboard control.<Dashboard>.Mode
dashNoReorganizationResizes the widget without reorganizing the adjacent widgets.<Dashboard>.ResizeWidget,
<Dashboard>.MoveWidget
dashDeleteSwitch to edit mode: the user can hide the widgets in the Dashboard control.<Dashboard>.Mode
dashUnitCellThe unit used for the widget size or when moving the widget is a number of cells.<Dashboard>.ResizeWidget,
<Dashboard>.MoveWidget
<Dashboard>.GetWidgetPosition
dashUnitPixelThe unit used for the widget size or when moving the widget is a number of pixels.<Dashboard>.ResizeWidget,
<Dashboard>.MoveWidget
<Dashboard>.GetWidgetPosition
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help