RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TKeyCollection Class

TDictionary.TKeyCollection is the container class for the collection of keys in the dictionary.

Pascal
TKeyCollection = class(TEnumerable<TKey>);
C++
class TKeyCollection : public TEnumerable<TKey>;

TDictionary.TKeyCollection is the container class for the collection of keys in the dictionary. 

 

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