Vcl.ComCtrls.TListItem.Deleting

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

Delphi

property Deleting: Boolean read FDeleting;

C++

__property bool Deleting = {read=FDeleting, nodefault};

プロパティ

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

説明

項目の Destroy メソッドが呼び出されており,項目が削除中かどうかを示します。

Deleting は,項目オブジェクトが削除中である場合に true を返します。Deleting を使用すると,イベントハンドラでの無限の再帰処理を防ぐことができます。

関連項目