Vcl.ComCtrls.TTreeNodes.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 TTreeNodes

説明

TTreeNodes オブジェクトが保守するノード数を示します。

Count プロパティは,ツリーノードオブジェクトを所有しているツリービュー内のツリーノード数を取得できます。Count プロパティは,Item プロパティ配列のエントリに対して繰り返し処理を実行するときの上限値として使用できます。

関連項目