AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Cuadro de mando
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
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local