ITreeControl.ColumnClick

Syntax

ColumnClick: Boolean;

Description

The ColumnClick property determines whether column headers of the TreeList and TreeCombo components can be displayed as the buttons.

Comments

If the ColumnClick property is set to True, the header looks like a button that can be pressed, and the OnColumnClick event is generated. If the property is set to False, it cannot be pressed.

See also:

ITreeControl