"showHeader"

Shows the header of a tree widget or hides it.

Synopsis

shape.showHeader(bool showIt);

Parameters

Parameter Description
shape Name of the object
showIt

TRUE = Show header

FALSE = Hide header

Description

Shows the header of a tree widget or hides it.

Example

Hides the header of a tree widget.

main()
{
  TREE1.showHeader(FALSE);
}

Assignment

Tree widget