RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.ColClick Method

Column click event dispatcher.

Pascal
procedure ColClick(Column: TListColumn); dynamic;
C++
__fastcall ColClick(TListColumn Column);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!