Vcl.ComCtrls.TListView.OnColumnRightClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnColumnRightClick: TLVColumnRClickEvent read FOnColumnRightClick write FOnColumnRightClick;

C++

__property OnColumnRightClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListView

Description

Occurs when the user right-clicks a column header in a list view.

Vcl.ComCtrls.TListView.OnColumnRightClick inherits from Vcl.ComCtrls.TCustomListView.OnColumnRightClick. All content below this line refers to Vcl.ComCtrls.TCustomListView.OnColumnRightClick.

Occurs when the user right-clicks a column header in a list view.

Write an OnColumnRightClick event handler to respond to right-clicks made in the column header when the ViewStyle property is vsReport.

OnColumnRightClick only occurs when the ViewStyle property is vsReport, and the ShowColumnHeaders property is True.

See Also