Vcl.ComCtrls.TCustomListView.Edit

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

Delphi

procedure Edit(const Item: TLVItem); dynamic;

C++

DYNAMIC void __fastcall Edit(const Winapi::Commctrl::TLVItem &Item);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

説明

Edit イベントのディスパッチャです。

Edit は,ユーザーがリスト項目のラベル編集を終えると自動的に呼び出されます。Edit は Windows のリスト項目から新しく編集された値を取得して,Edit イベントを発生させます。ユーザーが指定した値を OnEdit イベントハンドラが変更してから,Edit はそのリスト項目の Caption プロパティを設定します。

関連項目