Vcl.ComCtrls.TTreeNodes.Insert
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 は新しいノードを返します。