System.Generics.Collections.TDictionary.TKeyEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TKey read GetCurrent;

C++

__property TKey Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TKeyEnumerator

Description

Returns the currently focused key in the key collection.

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

See Also