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
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.
Example
// 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:
toShownOnly the Widgets displayed are taken into account.
toTotalAll Widgets are taken into account (no matter whether they are displayed or not).
Component: wd290obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help