RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TValueEnumerator Class

TDictionary.TValueEnumerator is the enumerator class for the values in the dictionary.

Pascal
TValueEnumerator = class(TEnumerator<TValue>);
C++
class TValueEnumerator : public TEnumerator<TValue>;

TDictionary.TValueEnumerator is the class that implements enumerating functionality to the collection of values in the dictionary.  

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

 

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