[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.ColumnClick

ColumnClick - determines if the OnColumnClick event will be executed.

Declaration

Source position: comctrls.pp line 1508

protected property TCustomListView.ColumnClick : Boolean
  index (lvpColumnClick)
  read GetProperty
  write SetProperty
  default True;

Description

The ColumnClick property of the ListView enables or disables the OnColumnClick Event. A call to OnColumnClick will only be done when a method has been assigned to the OnColumnClick event and ColumnClick is set to true (default).