System.Classes.TCollection.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TCollection |
説明
コレクションの項目数を返します。
Count プロパティには Items 配列内の項目数が入ります。Items に付けられるはインデックスは 0 から始まるため,Count の値は Items の最後のインデックス番号より必ず 1 大きくなります。