RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TKeyEnumerator Class

TDictionary.TKeyEnumerator is the enumerator class for the keys in the dictionary.

Pascal
TKeyEnumerator = class(TEnumerator<TKey>);
C++
class TKeyEnumerator : public TEnumerator<TKey>;

TDictionary.TKeyEnumerator is the class that implements enumerating functionality to the collection of keys in the dictionary.  

MoveNext focuses on the next key in the collection. Also, Current stores the key that is currently focused. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!