|
|
|
|
|
DashDelete (Function) In french: TDBSupprime
Not available
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget. // Checks whether at least one widget exists IF DashCount(DASH_Dashboard, toTotal) <= 0 THEN Info("There is no widget to delete") RETURN END // Deletes the first widget DashDeleteAll(DASH_Dashboard, 1) ToastDisplay("The widget #1 was deleted", toastShort, vaMiddle, haCenter) Syntax
DashDelete(<Dashboard control> , <Subscript>)
<Dashboard control>: Control name Name of the Dashboard control to be used. <Subscript>: Integer Subscript of widget to delete.
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|