|
|
|
|
|
<Dashboard>.Display (Function) In french: <Tableau de bord>.Affiche
Not available
Refreshes elements in a Dashboard control.
HAdd(Commande)
TDB_Principal.Affiche()
Syntax
Refreshing the display of a wigdet identified by its name Hide the details
<Dashboard control>.Display([<Widget>])
<Dashboard control>: Control name Name of the Dashboard control to be used. <Widget>: Optional name of internal window or internal page Name of internal window 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 Hide the details
<Dashboard control>.Display([<Subscript>])
<Dashboard control>: Control name Name of the Dashboard control to be used. <Subscript>: 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. Remarks - <Dashboard>.Display runs the "Refresh widget" event for the specified widget or for all widgets displayed in the Dashboard control.
"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 <Dashboard>.Display are performed before giving control back, the refresh events will be run once only.
Related Examples:
|
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.
|
|
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.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|