RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TValueCollection Class

TDictionary.TValueCollection is the container class for the collection of values in the dictionary.

Pascal
TValueCollection = class(TEnumerable<TValue>);
C++
class TValueCollection : public TEnumerable<TValue>;

TDictionary.TValueCollection is the container class for the collection of values in the dictionary. 

 

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