RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TKeyEnumerator.Create Constructor

Creates an instance of TDictionary.TKeyEnumerator.

Pascal
constructor Create(ADictionary: TDictionary<TKey,TValue>);
C++
__fastcall TKeyEnumerator(TDictionary<TKey,TValue> ADictionary);

Call Create to create an instance of the TDictionary.TKeyEnumerator class. 

 

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