Vcl.ComCtrls.TCustomListView.OnColumnClick
Delphi
property OnColumnClick: TLVColumnClickEvent read FOnColumnClick
C++
__property TLVColumnClickEvent OnColumnClick = {read=FOnColumnClick, write=FOnColumnClick};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomListView |
Description
Occurs when the user clicks on a column header in a list view.
Write an OnColumnClick event handler to respond to clicks made in the column header when ViewStyle is vsReport
.
OnColumnClick only occurs when ViewStyle is vsReport
and ShowColumnHeaders is True.
OnColumnClick is an event handler of type Vcl.ComCtrls.TLVColumnClickEvent.
See Also
Code Examples