|
|
|
|
DashDeleteAll (Function) In french: TDBSupprimeTout
Not available
Deletes all widgets displayed in a Dashboard control. // Checks whether at least one widget exists IF DashCount(DASH_Dashboard, toTotal) <= 0 THEN Info("There is no widget to delete") RETURN END // Deletes all widgets DashDeleteAll(DASH_Dashboard) ToastDisplay("All widgets have been deleted", toastShort, vaMiddle, haCenter) Syntax
DashDeleteAll(<Dashboard control>)
<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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|