System.Generics.Collections.TOrderedDictionary.Keys
Delphi
property Keys: TKeyCollection read GetKeys;
C++
__property TKeyCollection* Keys = {read=GetKeys};
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 keys.
System.Generics.Collections.TOrderedDictionary.Keys inherits from System.Generics.Collections.TDictionary.Keys. All content below this line refers to System.Generics.Collections.TDictionary.Keys.
Indexable list of all dictionary keys.
Keys is a read-only enumerable collection of all keys in the dictionary.
The Count property holds the number of entries in Keys.
See Also
Code Examples