ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Dashboard functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Display only constants used by prefix syntaxes
The following constants are used to manipulate Dashboard controls:
ConstantDescriptionUsed by the functions
dashMoveSwitch to edit mode: the user can move Widgets into the Dashboard control array.DashMode
dashResizeSwitch to edit mode: users can resize Widgets in the Dashboard control array.DashMode
dashNoModifEdit mode closed: the user cannot edit Widgets in the Dashboard control array.DashMode
dashNoReorganizationResizes the widget without reorganizing the adjacent widgets.DashResizeWidget,
DashMoveWidget
dashDeleteSwitch to edit mode: the user can hide Widgets in the Dashboard control array.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 manipulate Dashboard controls, using prefix syntax:
ConstantDescriptionUsed by the functions
dashMoveSwitch to edit mode: the user can move Widgets into the Dashboard control array.<Dashboard>.Mode
dashResizeSwitch to edit mode: users can resize Widgets in the Dashboard control array.<Dashboard>.Mode
dashNoModifEdit mode closed: the user cannot edit Widgets in the Dashboard control array.<Dashboard>.Mode
dashNoReorganizationResizes the widget without reorganizing the adjacent widgets.<Dashboard>.ResizeWidget,
<Dashboard>.MoveWidget
dashDeleteSwitch to edit mode: the user can hide Widgets in the Dashboard control array.<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: 09/21/2024

Send a report | Local help