System.Generics.Collections.TDictionary.TValueEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TValue read GetCurrent;

C++

__property TValue 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 value in the value collection.

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

See Also