AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Cuadro de mando
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Refreshes elements in a Dashboard control.
Ejemplo
// Add an order and refresh the Dashboard control.
HAdd(Orders)
DashDisplay(DASH_Main)
WINDEVAndroidiPhone/iPadMac Catalyst
// Refreshes the widget of recalls
DashDisplay(DASH_Dashboard, IW_Widget_Recalls)
ToastDisplay("The IW_Widget_Recalls widget was refreshed", toastShort, vaMiddle, haCenter)
Sintaxis

Refreshing the display of a wigdet identified by its name Ocultar los detalles

DashDisplay(<Dashboard control> [, <Widget>])
<Dashboard control>: Control name
Name of the Dashboard control to be used.
<Widget>: Optional name of internal window or internal page
  • WINDEVAndroidiPhone/iPadMac Catalyst Name of internal window to update.
  • WEBDEV - Código ServidorWEBDEV - Código Navegador Name of internal page to update.
If this parameter is not specified, all internal windows/pages handled by the Dashboard control are updated.

Refreshing the display of a wigdet identified by its index Ocultar los detalles

DashDisplay(<Dashboard control> [, <Index>])
<Dashboard control>: Control name
Name of the Dashboard control to be used.
<Index>: Optional integer
Index of the widget to update.
If this parameter is not specified, all internal windows/pages handled by the Dashboard control are updated.
Observaciones
  • DashDisplay runs the "Refresh widget" event for the specified widget or for all widgets displayed in the Dashboard control.
    WINDEVAndroidiPhone/iPadMac Catalyst "Refresh widget" is an optional event of the internal windows used as widgets in a Dashboard control.
  • The "Widget refresh" event may not be executed immediately: it is only executed when the hand is returned to the user (end of running code or call to function Multitask, for example).
  • If several calls to DashDisplay are performed before giving control back, the refresh events will be run once only.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 19
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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