Vcl.ComCtrls.TCustomTreeView.Delete

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

Delphi

procedure Delete(Node: TTreeNode); dynamic;

C++

DYNAMIC void __fastcall Delete(TTreeNode* Node);

プロパティ

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

説明

OnDeletion イベントを生成します。

Delete メソッドは,Node パラメータで指定したノードを削除する直前に呼び出されます。

Delete メソッドをオーバーライドすると,OnDeletion イベントの生成に加えてクラス固有の応答を行ったり,OnDeletion イベントを生成しないようにすることができます。

関連項目