"removeItem"
Deletes the specified entry.
Synopsis
shape.removeItem(string Id);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
id | The id of the item. |
Description
The item with the specified id is deleted from the cascade/tree widget.
If you use an empty string, all entries will be deleted.
Assignment
Cascade