Vcl.ComCtrls.TLVColumnClickEvent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also