System.Generics.Collections.TDictionary.Count
Delphi
property Count: Integer read FCount;
C++
__property int Count = {read=FCount, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TDictionary |
Description
Number of entries.
Count holds the number of key-value pairs in the dictionary. The Items property holds Count entries.
See Also
Code Examples