FMX.TreeView.TCustomTreeView.Count

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

Delphi

property Count: Integer read GetCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

説明

ルート レベルの項目数。

Count プロパティを読み込むと、ルート レベルの項目数を知ることができます。ツリー内のすべての項目を数えるには、GlobalCount を使用します。

関連項目