System.Generics.Collections.TDictionary.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 | TDictionary |
Description
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