"allColumnsShowFocus"

Shows the focus for all columns of a tree widget.

Synopsis

shape.allColumnsShowFocus(boolmode);

Parameters

Parameter Description
shape Name of the object
mode

TRUE = show focus for all columns of a tree widget.

FALSE = show focus only for one column.

Description

Shows the focus for all columns of a tree widget.

Example

In the following example the focus is shown for all columns of tree widget.

main()
{
  TREE1.allColumnsShowFocus(TRUE);
}

Assignment

Tree widget, DpTypeView, DpTreeView