RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TPairEnumerator.Current Property

Returns the currently focused pair in the pair collection.

Pascal
property Current: TPair<TKey,TValue>;
C++
__property TPair<TKey,TValue> Current;

Current is a read-only property that gives the currently focused pair in the pair collection. 

 

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