API:System.Generics.Collections.TDictionary.TValueEnumerator.Current
Delphi
property Current: V read GetCurrent;
C++
__property V Current = {read=GetCurrent};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TValueEnumerator |
Description
Returns the currently focused element in the container.
System.Generics.Collections.TDictionary.TValueEnumerator.Current inherits from System.Generics.Collections.TEnumerator.Current. All content below this line refers to System.Generics.Collections.TEnumerator.Current.
Returns the currently focused element in the container.
Current is a read-only property that gives the currently focused element in the container.