IListView.ColumnClick

Syntax

ColumnClick: Boolean;

Description

The ColumnClick property determines whether click on column headers is processed.

Comments

The property is set to True by default, on clicking the column header the OnColumnClick event is generated. If the property is set to False, click on column headers is not processed.

See also:

IListView