Vcl.ComCtrls.TTreeNodes.Delete

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

Delphi

procedure Delete(Node: TTreeNode);

C++

void __fastcall Delete(TTreeNode* Node);

プロパティ

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

説明

ノードをツリービューから削除します。

Delete メソッドは,Node パラメータで指定されたツリーノードおよびそのすべての子を,ツリービューから削除します。

関連項目