Vcl.ComCtrls.TTreeNodes.Insert

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

Delphi

function Insert(Sibling: TTreeNode; const S: string): TTreeNode;

C++

TTreeNode* __fastcall Insert(TTreeNode* Sibling, const System::UnicodeString S);

プロパティ

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

説明

Insert は、ツリー ビュー内の、Node パラメータによって指定されたノードの前にツリー ノードを挿入します。

Insert を呼び出すと、Sibling の直前に Sibling パラメータの新しい兄弟を追加できます。S パラメータは、新しいノードの Text プロパティを示します。Insert は新しいノードを返します。

関連項目