|
|
|
|
|
<Dashboard>.DeleteAll (Function) In french: <Tableau de bord>.SupprimeTout
Not available
Deletes all widgets displayed in a Dashboard control.
IF DASH_Dashboard.Count(toTotal) <= 0 THEN
Info("There is no widget to delete")
RETURN
END
DASH_Dashboard.DeleteAll()
ToastDisplay("All widgets have been deleted", toastShort, vaMiddle, haCenter)
Syntax
<Dashboard control>.DeleteAll()
<Dashboard control>: Control name Name of the Dashboard control to be used.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|