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
// Ajout d'une commande et rafraîchissement du champ Tableau de bord.
HAdd(Commande)
TDB_Principal.Affiche()
Sintaxis

Actualizar la visualización de un wigdet identificado por su nombre Ocultar los detalles

<Dashboard control>.Display([<Widget>])
<Dashboard control>: Nombre del control
Name of the Dashboard control to be used.
<Widget>: Nombre opcional de la ventana interna o página interna
  • 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.

Actualizar la visualización de un wigdet identificado por su índice Ocultar los detalles

<Dashboard control>.Display([<Subscript>])
<Dashboard control>: Nombre del control
Name of the Dashboard control to be used.
<Subscript>: Entero opcional
Index of the widget to update.
If this parameter is not specified, all internal windows/pages handled by the Dashboard control are updated.
Observaciones
  • <Dashboard>.Display runs the "Refresh widget" event for the specified widget or for all widgets displayed in the 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 <Dashboard>.Display are performed before giving control back, the refresh events will be run once only.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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