Vcl.ComCtrls.TLVColumnClickEvent
Delphi
TLVColumnClickEvent = procedure(Sender: TObject; Column: TListColumn) of object;
C++
typedef void __fastcall (__closure *TLVColumnClickEvent)(System::TObject* Sender, TListColumn* Column);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TLVColumnClickEvent is a procedure called by the OnColumnClick event.
The Column
parameter is the TListColumn object from the Columns property that describes the column that was clicked.