Vcl.ComCtrls.TTreeNodes.AddChildFirst

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

Delphi

function AddChildFirst(Parent: TTreeNode; const S: string): TTreeNode;

C++

TTreeNode* __fastcall AddChildFirst(TTreeNode* Parent, const System::UnicodeString S);

プロパティ

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

説明

ツリー ビューに新しいツリー ノードを追加します。

AddChildFirst を使用すると、Parent パラメータによって指定されたノードの最初の子としてノードを挿入できます。S パラメータは、新しいノードの Text プロパティを示します。追加されたノードの後に表示されるノードは、1 行下に移動され、有効なインデックス値に再度インデックス付けされます。AddChildFirst は、追加されたノードを返します。

関連項目