System.Generics.Collections.TOrderedDictionary.Values
Delphi
property Values: TValueCollection read GetValues;
C++
__property TValueCollection* Values = {read=GetValues};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TOrderedDictionary |
Description
Indexable list of all dictionary values.
System.Generics.Collections.TOrderedDictionary.Values inherits from System.Generics.Collections.TDictionary.Values. All content below this line refers to System.Generics.Collections.TDictionary.Values.
Indexable list of all dictionary values.
Values is a read-only enumerable collection of all values in the dictionary.
The Count property holds the number of entries in Values.
See Also
Code Examples