RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDictionary.TPairEnumerator.DoGetCurrent Method

Returns the currently focused pair in the pair collection.

Pascal
function DoGetCurrent: TPair<TKey,TValue>; override;
C++
virtual __fastcall TPair<TKey,TValue> DoGetCurrent();

DoGetCurrent returns the currently focused pair in the pair collection. DoGetCurrent is the reader method for the Current property. 

 

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