|
|
|
|
DashGetWidgetPosition (Function) In french: TDBRécupèreWidgetPosition
Not available
Returns the position of a widget found in a Dashboard control.
// Gets the position of current widget in number of cells (x,y) = DashGetWidgetPosition()
Syntax
Retrieving the position of current widget in the current Dashboard control Hide the details
(<X>, <Y>) = DashGetWidgetPosition([<Options>])
<X>: Integer Horizontal position of current widget expressed in number of cells or in pixels. The widget used corresponds to the control to which the current event belongs (Widget or control belonging to the Widget). <Y>: Integer Vertical position of current widget expressed in number of cells or in pixels. The widget used corresponds to the control to which the current event belongs (Widget or control belonging to the Widget). <Options>: Optional Integer constant Unit used: | | dashUnitCell (Default value) | The unit used for the widget position is a number of cells. The first cell is cell [1, 1]. | dashUnitPixel | The unit used for the widget position is the pixel. |
Retrieving the position of a widget in a Dashboard control Hide the details
(<X>, <Y>) = DashGetWidgetPosition(<Dashboard control> , <Widget subscript> [, <Options>])
<X>: Integer Horizontal position of widget in number of cells or in pixels. <Y>: Integer Vertical position of widget in number of cells or in pixels. <Dashboard control>: Control name Name of Dashboard control to use. <Widget subscript>: Integer 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.
<Options>: Optional Integer constant Unit used: | | dashUnitCell (Default value) | The unit used for the widget position is a number of cells. The first cell is cell [1, 1]. | dashUnitPixel | The unit used for the widget position is the pixel. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|