[Overview][Constants][Types][Classes][Procedures and functions][Index] |
ColumnClick - determines if the OnColumnClick event will be executed.
Source position: comctrls.pp line 1120
protected property TCustomListView.ColumnClick: Boolean |
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).
lazarus-ccr.sourceforge.net |