ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Moving the current widget Hide the details
Horizontal position of current widget in number of cells or in pixels. The first cell is cell [1, 1]. The value in pixels is rounded to correspond to an integer number of cells.The widget used corresponds to the control to which the current event belongs (Widget or control belonging to the Widget).
Vertical position of current widget in number of cells or in pixels. The first cell is cell [1, 1]. The value in pixels is rounded to correspond to an integer number of cells.The widget used corresponds to the control to which the current event belongs (Widget or control belonging to the Widget).
Allows you to define the unit used and the reorganization mode: dashNoReorganizationMoves the Widget without reorganizing the adjacent widgets.Caution: Using the dashNoReorganization constant may produce an incorrect display (with overlapping widgets). When using this constant, it is important to entirely reorganize the Dashboard control with DashResizeWidget and DashMoveWidget.dashUnitCell(Default value)The unit used when moving the widget is a number of cells.dashUnitPixelThe unit used when moving the widget is the pixel.
Moving a widget identified by its subscript Hide the details
Name of Dashboard control to use.
Subscript of widget to use. This subscript corresponds to:the addition number of the widget defined in the window editor or in the page editor.the addition number of widget returned by DashAddWidget.
Horizontal position of widget in number of cells or in pixels. The first cell is cell [1, 1]. The value in pixels is rounded to correspond to an integer number of cells.
Vertical position of widget in number of cells or in pixels. The first cell is cell [1, 1]. The value in pixels is rounded to correspond to an integer number of cells.
Rule used for calculating cells
Last update: 01/04/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: