Vcl.Outline.TCustomOutline.ItemCount

提供:RAD Studio API Documentation

Delphi

property ItemCount: LongInt read GetItemCount;

C++

__property int ItemCount = {read=GetItemCount, nodefault};

プロパティ

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

説明

ItemCount プロパティはアウトラインのノード数を返します。

ItemCount プロパティを読み出すと,アウトラインのノード数を決定できます。ItemCountItems プロパティ配列と一緒に使用して,アウトラインのすべてのノードを反復処理します。

メモ:  ItemCount はアウトラインが使用するすべてのインデックスを更新させるので,これを読み出すとコンピュータの計算が大きく浪費されることがあります。

関連項目