System.Generics.Collections.TDictionary.TValueEnumerator.DoGetCurrent
Delphi
function DoGetCurrent: V; override;
C++
virtual V __fastcall DoGetCurrent();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TValueEnumerator |
Description
Returns the currently focused value in the value collection.
DoGetCurrent returns the currently focused value in the value collection. DoGetCurrent is the reader method for the Current property.