"clear"

Deletes the items of a tree widget.

Synopsis

shape.clear();

Parameters

Parameter Description
shape Name of the object

Description

Deletes the items of a tree.

Example

Deletes the items of a tree.

main()
{
  TREE1.clear();
}

Assignment

Tree widget