Vcl.ComCtrls.TTreeNode.Count

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

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

プロパティ

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

説明

ツリーノードの直接の下位項目の数を示します。

Count プロパティは,ツリーノードにある子の数を取得できます。Count プロパティには直接の子の数だけが入っていて,子の下位項目は入っていません。Count プロパティはツリーノードの子に繰り返し処理を行うときに便利です。

関連項目