RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.ColRightClick Method

Column right-click event dispatcher.

Pascal
procedure ColRightClick(Column: TListColumn; Point: TPoint); dynamic;
C++
__fastcall ColRightClick(TListColumn Column, TPoint Point);

ColRightClick is called automatically when the user clicks on a column header with the right mouse button if the ShowColumnHeaders properties is true and the ViewStyle property is vsReport. Override ColRightClick to take additional action when the user right clicks on a column header or to conditionally block the OnColumnRightClick event. 

 

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