Vcl.ComCtrls.TLVColumnClickEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TLVColumnClickEvent = procedure(Sender: TObject; Column: TListColumn) of object;

C++

typedef void __fastcall (__closure *TLVColumnClickEvent)(System::TObject* Sender, TListColumn* Column);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

TLVColumnClickEvent は、OnColumnClick イベントで呼び出される手続きです。


Column パラメータは、Columns プロパティから取り出された TListColumn オブジェクトであり、クリックされた列を示します。

関連項目