Vcl.ComCtrls.TLVColumnClickEvent
C++
typedef void __fastcall (__closure *TLVColumnClickEvent)(System::TObject* Sender, TListColumn* Column);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | 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.