System.Generics.Collections.TDictionary.TValueCollection.Count

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

Delphi

property Count: Integer read GetCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TValueCollection

説明

値コレクションに含まれている値の数を示します。

Count は、値コレクションに含まれている値の数を示す読み取り専用プロパティです。