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
Remark: These functions are also available in prefix syntax (Functions for managing Dashboard controls (prefix syntax)).
The following functions are used to manage Dashboard controls:
DashAddWidgetAdds and displays a widget (internal window) in a Dashboard control.
DashCountReturns the number of widgets found in a Dashboard control.
DashDeleteDeletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
DashDeleteAllDeletes all widgets displayed in a Dashboard control.
DashDisplayRefreshes elements in a Dashboard control.
DashGetWidgetPositionReturns the position of a widget found in a Dashboard control.
DashInfoXYDetermines:
  • whether a widget is found at a given position in a Dashboard control.
  • which widget is found at a given position in a Dashboard control.
DashInitialConfigurationModifies the configuration of a Dashboard control (defined in the editor) before its first display.
DashLoadConfigurationRestores the configuration of a Dashboard control.
DashModeOpens or closes the Dashboard control edit mode.
DashMoveWidgetChanges the position of a widget found in a Dashboard control.
DashResizeWidgetChanges the dimensions of a widget found in a Dashboard control.
DashSaveConfigurationSaves the configuration of a Dashboard control in string format.
Other available functions:
DnDCacheDashElementAdds a widget into a Dashboard control during Drag and Drop.
Related Examples:
WD Dashboard Training (WINDEV): WD Dashboard
[ + ] The "WD Dashboard" example is an educational example for using the Dashboard control.
This example explains how to:
- handle the control in "edit" mode,
- save/load a configuration,
- configure the control (initial configuration, addition/deletion of widgets, ...),
- refresh a widget,
- etc.
WW_Dashboard Training (WEBDEV): WW_Dashboard
[ + ] The "WD Dashboard" example is an educational example for using the Dashboard control.
This example explains how to:
- handle the control in "edit" mode,
- save/load a configuration,
- configure the control (initial configuration, addition/deletion of widgets, ...),
- refresh a widget.
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

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