System.Generics.Collections.TDictionary.Count
Delphi
property Count: Integer read FCount;
C++
__property int Count = {read=FCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
説明
エントリの数。
Count は、ディクショナリ内のキーと値のペアの数を保持します。Items プロパティは、Count エントリを保持しています。