Vcl.ComCtrls.TLVCreateItemClassEvent

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

Delphi

TLVCreateItemClassEvent = procedure(Sender: TCustomListView; var ItemClass: TListItemClass) of object;

C++

typedef void __fastcall (__closure *TLVCreateItemClassEvent)(TCustomListView* Sender, TListItemClass &ItemClass);

プロパティ

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

説明

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

Sender は、新しいパネルを追加する必要のあるリスト ビュー オブジェクトです。

ItemClass は、新しい項目オブジェクトを作成するためにインスタンス化されたクラスの参照を返します。

関連項目