System.Generics.Collections.TDictionary.TPairEnumerator.DoGetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetCurrent: TPair<K,V>; override;

C++

virtual TPair__2<K,V> __fastcall DoGetCurrent();

Properties

Type Visibility Source Unit Parent
function protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TPairEnumerator

Description

Returns the currently focused pair in the pair collection.

DoGetCurrent returns the currently focused pair in the pair collection. DoGetCurrent is the reader method for the Current property.

See Also