Vcl.ComCtrls.TCustomListView.ColRightClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ColRightClick(Column: TListColumn; Point: TPoint); dynamic;

C++

DYNAMIC void __fastcall ColRightClick(TListColumn* Column, const System::Types::TPoint &Point);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Column right-click event dispatcher.

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.

See Also