System.Generics.Collections.TDictionary.TPairEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: TPair<K,V> read GetCurrent;

C++

__property TPair__2<K,V> Current = {read=GetCurrent};

Properties

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

Description

Returns the currently focused pair in the pair collection.

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

See Also