Vcl.ComCtrls.TCustomListView.ColClick
Delphi
procedure ColClick(Column: TListColumn); dynamic;
C++
DYNAMIC void __fastcall ColClick(TListColumn* Column);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomListView |
Description
Column click event dispatcher.
ColClick is called automatically when the user clicks on a column header if the ColumnClick and ShowColumnHeaders properties are true and the ViewStyle property is vsReport. Override ColClick to take additional action when the user clicks on a column header or to conditionally block the OnColumnClick event.