|
|
|
|
<Dashboard>.Count (Function) In french: <Tableau de bord>.Occurrence
Not available
Returns the number of widgets found in a Dashboard control. The following widgets are taken into account: - the widgets declared in the window editor or in the page editor,
- the widgets added by <Dashboard>.AddWidget.
// Displays the number of displayed widgets and the total number of widgets InfoBuild("The dashboard contains %1 widgets among which %2 are displayed", ... DASH_Dashboard.Count(toTotal), DASH_Dashboard.Count(toShown))
Syntax
<Result> = <Dashboard control>.Count(<Type of widget>)
<Result>: Integer Number of widgets found in the Dashboard control. <Dashboard control>: Control name Name of the Dashboard control to be used. <Type of widget>: Integer constant Type of widget to take into account: | | toShown | Only the Widgets displayed are taken into account. | toTotal | All Widgets are taken into account (no matter whether they are displayed or not). |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|