Vcl.ComCtrls.TTreeNode.Item

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

Delphi

property Item[Index: Integer]: TTreeNode read GetItem write SetItem; default;

C++

__property TTreeNode* Item[int Index] = {read=GetItem, write=SetItem/*, default*/};

プロパティ

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

説明

子ノードリストの位置によって子ノードへのアクセスを提供します。

Item プロパティを使用すると Index プロパティに基づいて子ノードへアクセスできます。最初の子ノードのインデックスは 0,2 番めのインデックスは 1 となります。

関連項目