Vcl.ComCtrls.TLVColumnClickEvent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also